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

Method Summary
 Object onAttPool(AttPoolClause exp)
           
 Object onElementRules(ElementRules exp)
           
 Object onHedgeRules(HedgeRules exp)
           
 Object onTag(TagClause exp)
           
 
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
 

Method Detail

onAttPool

Object onAttPool(AttPoolClause exp)

onTag

Object onTag(TagClause exp)

onElementRules

Object onElementRules(ElementRules exp)

onHedgeRules

Object onHedgeRules(HedgeRules exp)