Package com.sun.msv.grammar
Interface ExpressionVisitorBoolean
- All Known Subinterfaces:
RELAXExpressionVisitorBoolean
- All Known Implementing Classes:
ExportedHedgeRuleChecker,ExpressionFinder
public interface ExpressionVisitorBoolean
ExpressionVisitor that returns boolean.
- Author:
- Kohsuke KAWAGUCHI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanonAttribute(AttributeExp exp) booleanbooleanbooleanbooleanonElement(ElementExp exp) booleanbooleanbooleanbooleanbooleanbooleanonOneOrMore(OneOrMoreExp exp) booleanbooleanonRef(ReferenceExp exp) booleanonSequence(SequenceExp exp) boolean
-
Method Details
-
onAttribute
-
onChoice
-
onElement
-
onOneOrMore
-
onMixed
-
onList
-
onRef
-
onOther
-
onEpsilon
boolean onEpsilon() -
onNullSet
boolean onNullSet() -
onAnyString
boolean onAnyString() -
onSequence
-
onData
-
onValue
-
onConcur
-
onInterleave
-