Package com.sun.msv.grammar.trex.typed
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
,java.io.Serializable
public class TypedElementPattern extends ElementPattern
ElementPattern with type. Proprietary extension by MSV to support type-assignment in TREX.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
label
label of this element.private static long
serialVersionUID
-
Fields inherited from class com.sun.msv.grammar.trex.ElementPattern
nameClass
-
Fields inherited from class com.sun.msv.grammar.ElementExp
contentModel, ignoreUndeclaredAttributes
-
Fields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag
-
-
Constructor Summary
Constructors Constructor Description TypedElementPattern(NameClass nameClass, Expression contentModel, java.lang.String label)
-
Method Summary
-
Methods inherited from class com.sun.msv.grammar.trex.ElementPattern
getNameClass
-
Methods inherited from class com.sun.msv.grammar.ElementExp
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visit
-
Methods inherited from class com.sun.msv.grammar.Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
-
-
-
-
Field Detail
-
label
public final java.lang.String label
label of this element.
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TypedElementPattern
public TypedElementPattern(NameClass nameClass, Expression contentModel, java.lang.String label)
-
-