com.sun.msv.grammar.relax

Interface RELAXExpressionVisitor

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
ObjectonAttPool(AttPoolClause exp)
ObjectonElementRules(ElementRules exp)
ObjectonHedgeRules(HedgeRules exp)
ObjectonTag(TagClause exp)

Method Detail

onAttPool

public Object onAttPool(AttPoolClause exp)

onElementRules

public Object onElementRules(ElementRules exp)

onHedgeRules

public Object onHedgeRules(HedgeRules exp)

onTag

public Object onTag(TagClause exp)