com.sun.msv.grammar.relax
Interface RELAXExpressionVisitor
- ExpressionVisitor
public interface RELAXExpressionVisitor
Visitor interface for RELAX expressions.
By implementing this interface, your visitor can distinguish
four subclass of ReferenceExp introduced as RELAX stub.
Note that onRef method may still be called if you visit AGM created from
TREX pattern.
onAnyString , onAttribute , onChoice , onConcur , onData , onElement , onEpsilon , onInterleave , onList , onMixed , onNullSet , onOneOrMore , onOther , onRef , onSequence , onValue |
onElementRules
public Object onElementRules(ElementRules exp)
onHedgeRules
public Object onHedgeRules(HedgeRules exp)