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:
- Serializable
- Direct Known Subclasses:
- ComplexTypeExp, SimpleTypeExp
public abstract class XMLSchemaTypeExp
- extends RedefinableExp
Base class of ComplexTypeExp
and SimpleTypeExp
.
This class represents "type" of W3C XML Schema.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Method Summary |
abstract int |
getBlock()
gets the value of the block constraint. |
RESTRICTION
public static final int RESTRICTION
- See Also:
- Constant Field Values
EXTENSION
public static final int EXTENSION
- See Also:
- Constant Field Values
getBlock
public abstract int getBlock()
- gets the value of the block constraint.