com.sun.msv.grammar.relax
Interface RELAXExpressionVisitorBoolean
- All Superinterfaces:
- ExpressionVisitorBoolean
- All Known Implementing Classes:
- ExportedHedgeRuleChecker
- public interface RELAXExpressionVisitorBoolean
- extends ExpressionVisitorBoolean
RELAX version of ExpressionVisitorBoolean
.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from interface com.sun.msv.grammar.ExpressionVisitorBoolean |
onAnyString, onAttribute, onChoice, onConcur, onElement, onEpsilon, onInterleave, onKey, onList, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onTypedString |
onAttPool
public boolean onAttPool(AttPoolClause exp)
onTag
public boolean onTag(TagClause exp)
onElementRules
public boolean onElementRules(ElementRules exp)
onHedgeRules
public boolean onHedgeRules(HedgeRules exp)