com.sun.msv.grammar
Interface ExpressionVisitorVoid
- All Known Subinterfaces:
- RELAXExpressionVisitorVoid
- All Known Implementing Classes:
- AttributeWildcardComputer, CombinedChildContentExpCreator, DblAttrConstraintChecker, ExpressionWalker, IdAbuseChecker, PatternWriter, RunAwayExpressionChecker
public interface ExpressionVisitorVoid
ExpressionVisitor that returns void.
- Author:
- Kohsuke KAWAGUCHI
onAttribute
void onAttribute(AttributeExp exp)
onChoice
void onChoice(ChoiceExp exp)
onElement
void onElement(ElementExp exp)
onOneOrMore
void onOneOrMore(OneOrMoreExp exp)
onMixed
void onMixed(MixedExp exp)
onList
void onList(ListExp exp)
onRef
void onRef(ReferenceExp exp)
onOther
void onOther(OtherExp exp)
onEpsilon
void onEpsilon()
onNullSet
void onNullSet()
onAnyString
void onAnyString()
onSequence
void onSequence(SequenceExp exp)
onData
void onData(DataExp exp)
onValue
void onValue(ValueExp exp)
onConcur
void onConcur(ConcurExp exp)
onInterleave
void onInterleave(InterleaveExp exp)