Class TypedElementPattern
java.lang.Object
com.sun.msv.grammar.Expression
com.sun.msv.grammar.ElementExp
com.sun.msv.grammar.trex.ElementPattern
com.sun.msv.grammar.trex.typed.TypedElementPattern
- All Implemented Interfaces:
NameClassAndExpression, Serializable
ElementPattern with type.
Proprietary extension by MSV to support type-assignment in TREX.
- See Also:
-
Field Summary
FieldsFields inherited from class ElementPattern
nameClassFields inherited from class ElementExp
contentModel, ignoreUndeclaredAttributesFields inherited from class Expression
anyString, epsilon, nullSet, verifierTag -
Constructor Summary
ConstructorsConstructorDescriptionTypedElementPattern(NameClass nameClass, Expression contentModel, String label) -
Method Summary
Methods inherited from class ElementPattern
getNameClassMethods inherited from class ElementExp
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visitMethods inherited from class Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
-
Field Details
-
label
label of this element. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TypedElementPattern
-