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.

    • Method Detail

      • onTag

        java.lang.Object onTag​(TagClause exp)
      • onElementRules

        java.lang.Object onElementRules​(ElementRules exp)
      • onHedgeRules

        java.lang.Object onHedgeRules​(HedgeRules exp)