Package com.sun.msv.grammar.relax
Interface RELAXExpressionVisitorBoolean
-
- All Superinterfaces:
ExpressionVisitorBoolean
- All Known Implementing Classes:
ExportedHedgeRuleChecker
public interface RELAXExpressionVisitorBoolean extends ExpressionVisitorBoolean
RELAX version ofExpressionVisitorBoolean
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onAttPool(AttPoolClause exp)
boolean
onElementRules(ElementRules exp)
boolean
onHedgeRules(HedgeRules exp)
boolean
onTag(TagClause exp)
-
Methods inherited from interface com.sun.msv.grammar.ExpressionVisitorBoolean
onAnyString, onAttribute, onChoice, onConcur, onData, onElement, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onOther, onRef, onSequence, onValue
-
-
-
-
Method Detail
-
onAttPool
boolean onAttPool(AttPoolClause exp)
-
onTag
boolean onTag(TagClause exp)
-
onElementRules
boolean onElementRules(ElementRules exp)
-
onHedgeRules
boolean onHedgeRules(HedgeRules exp)
-
-