Package com.sun.msv.grammar.xmlschema
Class XMLSchemaTypeExp
- java.lang.Object
-
- com.sun.msv.grammar.Expression
-
- com.sun.msv.grammar.ReferenceExp
-
- com.sun.msv.grammar.xmlschema.RedefinableExp
-
- com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ComplexTypeExp
,SimpleTypeExp
public abstract class XMLSchemaTypeExp extends RedefinableExp
Base class ofComplexTypeExp
andSimpleTypeExp
. This class represents "type" of W3C XML Schema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXTENSION
static int
RESTRICTION
private static long
serialVersionUID
-
Fields inherited from class com.sun.msv.grammar.ReferenceExp
exp, name
-
Fields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag
-
-
Constructor Summary
Constructors Constructor Description XMLSchemaTypeExp(java.lang.String typeLocalName)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getBlock()
gets the value of the block constraint.-
Methods inherited from class com.sun.msv.grammar.xmlschema.RedefinableExp
getClone, redefine
-
Methods inherited from class com.sun.msv.grammar.ReferenceExp
calcEpsilonReducibility, calcHashCode, equals, isDefined, 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
-
RESTRICTION
public static final int RESTRICTION
- See Also:
- Constant Field Values
-
EXTENSION
public static final int EXTENSION
- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-