Package com.sun.msv.verifier.regexp
Class AttributePruner
java.lang.Object
com.sun.msv.grammar.ExpressionCloner
com.sun.msv.verifier.regexp.AttributePruner
- All Implemented Interfaces:
ExpressionVisitorExpression
Creates an expression whose AttributeExp is completely replaced by nullSet.
This step is used to remove all unconsumed AttributeExp from the expression.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
Fields inherited from class com.sun.msv.grammar.ExpressionCloner
pool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononAttribute(AttributeExp exp) onElement(ElementExp exp) onRef(ReferenceExp exp) final Expressionprune(Expression exp) Methods inherited from class com.sun.msv.grammar.ExpressionCloner
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
-
Constructor Details
-
AttributePruner
-
-
Method Details
-
onAttribute
-
onRef
-
onOther
-
onElement
-
prune
-