private class RestrictionChecker.ListChecker extends RestrictionChecker.DefaultChecker
Modifier | Constructor and Description |
---|---|
private |
ListChecker() |
Modifier and Type | Method and Description |
---|---|
void |
onAnyString() |
void |
onAttribute(AttributeExp exp) |
void |
onElement(ElementExp exp) |
void |
onList(ListExp exp) |
checkAttributeInfiniteName, onChoice, onData, onInterleave
onBinExp, onConcur, onEpsilon, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValue
public void onAttribute(AttributeExp exp)
onAttribute
in interface ExpressionVisitorVoid
onAttribute
in class RestrictionChecker.DefaultChecker
public void onElement(ElementExp exp)
onElement
in interface ExpressionVisitorVoid
onElement
in class RestrictionChecker.DefaultChecker
public void onList(ListExp exp)
onList
in interface ExpressionVisitorVoid
onList
in class RestrictionChecker.DefaultChecker
public void onAnyString()
onAnyString
in interface ExpressionVisitorVoid
onAnyString
in class RestrictionChecker.DefaultChecker