com.sun.msv.grammar.relax
Interface RELAXExpressionVisitor
- All Superinterfaces:
- ExpressionVisitor
- public interface RELAXExpressionVisitor
- extends ExpressionVisitor
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.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from interface com.sun.msv.grammar.ExpressionVisitor |
onAnyString, onAttribute, onChoice, onConcur, onData, onElement, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValue |
onAttPool
public java.lang.Object onAttPool(AttPoolClause exp)
onElementRules
public java.lang.Object onElementRules(ElementRules exp)
onHedgeRules
public java.lang.Object onHedgeRules(HedgeRules exp)
onTag
public java.lang.Object onTag(TagClause exp)
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.