Uses of Class
com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Packages that use XSDatatypeExp
Package
Description
W3C XML Schema grammar model.
reads XML representation of grammar and creates AGM.
reads XML representation for XML Schema Part.2
parses RELAX Core into AGM.
parses TREX pattern into AGM.
parses XML representation of XML Schema into AGM.
-
Uses of XSDatatypeExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as XSDatatypeExpModifier and TypeFieldDescriptionComplexTypeExp.simpleBaseType
base type of this complex type.protected XSDatatypeExp
SimpleTypeExp.type
Methods in com.sun.msv.grammar.xmlschema that return XSDatatypeExpModifier and TypeMethodDescriptionSimpleTypeExp.getType()
gets the XSDatatypeExp object that represents this simple type.Methods in com.sun.msv.grammar.xmlschema with parameters of type XSDatatypeExp -
Uses of XSDatatypeExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type XSDatatypeExp -
Uses of XSDatatypeExp in com.sun.msv.reader.datatype.xsd
Fields in com.sun.msv.reader.datatype.xsd declared as XSDatatypeExpModifier and TypeFieldDescriptionprotected XSDatatypeExp
TypeWithOneChildState.type
protected XSDatatypeExp
TypeWithOneChildState.type
protected XSDatatypeExp
TypeWithOneChildState.type
Methods in com.sun.msv.reader.datatype.xsd that return XSDatatypeExpModifier and TypeMethodDescriptionprotected XSDatatypeExp
ListState.annealType
(XSDatatypeExp itemType) protected XSDatatypeExp
RestrictionState.annealType
(XSDatatypeExp baseType) protected XSDatatypeExp
SimpleTypeState.annealType
(XSDatatypeExp dt) XSDatatypeExp.createFinalizedType
(int finalValue, GrammarReader reader) Derives a new type by setting final values.XSDatatypeExp.getClone()
Gets a clone of this object.static XSDatatypeExp
XSDatatypeExp.makeList
(String nsUri, String typeName, XSDatatypeExp itemType, GrammarReader reader) Derives a new type by list.protected final XSDatatypeExp
UnionState.makeType()
static XSDatatypeExp
XSDatatypeExp.makeUnion
(String typeNameUri, String typeName, Collection members, GrammarReader reader) Derives a new type by union.XSDatatypeResolver.resolveXSDatatype
(String datatypeName) Methods in com.sun.msv.reader.datatype.xsd with parameters of type XSDatatypeExpModifier and TypeMethodDescriptionprotected XSDatatypeExp
ListState.annealType
(XSDatatypeExp itemType) protected XSDatatypeExp
RestrictionState.annealType
(XSDatatypeExp baseType) protected XSDatatypeExp
SimpleTypeState.annealType
(XSDatatypeExp dt) static XSDatatypeExp
XSDatatypeExp.makeList
(String nsUri, String typeName, XSDatatypeExp itemType, GrammarReader reader) Derives a new type by list.void
RestrictionState.onEndChild
(XSDatatypeExp child) void
UnionState.onEndChild
(XSDatatypeExp type) void
XSTypeOwner.onEndChild
(XSDatatypeExp data) void
XSDatatypeExp.redefine
(XSDatatypeExp rhs) Updates this object by copying the state from rhs -
Uses of XSDatatypeExp in com.sun.msv.reader.relax.core
Methods in com.sun.msv.reader.relax.core that return XSDatatypeExpModifier and TypeMethodDescriptionRELAXCoreReader.resolveXSDatatype
(String typeName) gets DataType object from type name.Methods in com.sun.msv.reader.relax.core with parameters of type XSDatatypeExpModifier and TypeMethodDescriptionfinal void
RELAXCoreReader.addUserDefinedType
(XSDatatypeExp exp) void
DivInModuleState.onEndChild
(XSDatatypeExp type) -
Uses of XSDatatypeExp in com.sun.msv.reader.trex.classic
Methods in com.sun.msv.reader.trex.classic that return XSDatatypeExp -
Uses of XSDatatypeExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return XSDatatypeExpModifier and TypeMethodDescriptionXMLSchemaReader.resolveXSDatatype
(String typeQName) Resolves a simple type name into the corresponding XSDatatypeExp object.Methods in com.sun.msv.reader.xmlschema with parameters of type XSDatatypeExpModifier and TypeMethodDescriptionvoid
AttributeState.onEndChild
(XSDatatypeExp type) void
GlobalDeclState.onEndChild
(XSDatatypeExp type) void
RedefineState.onEndChild
(XSDatatypeExp type) void
SimpleContentRestrictionState.onEndChild
(XSDatatypeExp child)