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, onInterleaveonBinExp, onConcur, onEpsilon, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValuepublic void onAttribute(AttributeExp exp)
onAttribute in interface ExpressionVisitorVoidonAttribute in class RestrictionChecker.DefaultCheckerpublic void onElement(ElementExp exp)
onElement in interface ExpressionVisitorVoidonElement in class RestrictionChecker.DefaultCheckerpublic void onList(ListExp exp)
onList in interface ExpressionVisitorVoidonList in class RestrictionChecker.DefaultCheckerpublic void onAnyString()
onAnyString in interface ExpressionVisitorVoidonAnyString in class RestrictionChecker.DefaultChecker