Uses of Class
com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Packages that use XSDatatypeExp Package Description com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.datatype.xsd com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.trex.classic parses TREX pattern into AGM.com.sun.msv.reader.xmlschema 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 XSDatatypeExp Modifier and Type Field Description XSDatatypeExp
ComplexTypeExp. simpleBaseType
base type of this complex type.protected XSDatatypeExp
SimpleTypeExp. type
Methods in com.sun.msv.grammar.xmlschema that return XSDatatypeExp Modifier and Type Method Description XSDatatypeExp
SimpleTypeExp. getType()
gets the XSDatatypeExp object that represents this simple type.Methods in com.sun.msv.grammar.xmlschema with parameters of type XSDatatypeExp Modifier and Type Method Description void
SimpleTypeExp. set(XSDatatypeExp exp)
-
Uses of XSDatatypeExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type XSDatatypeExp Modifier and Type Method Description void
GrammarReader. addBackPatchJob(XSDatatypeExp job)
-
Uses of XSDatatypeExp in com.sun.msv.reader.datatype.xsd
Fields in com.sun.msv.reader.datatype.xsd declared as XSDatatypeExp Modifier and Type Field Description private XSDatatypeExp
LazyTypeIncubator. baseType
base object.protected XSDatatypeExp
TypeWithOneChildState. type
Methods in com.sun.msv.reader.datatype.xsd that return XSDatatypeExp Modifier and Type Method Description (package private) XSDatatypeExp
TypeState. _makeType()
the makeType method with protection against possible exception.protected XSDatatypeExp
ListState. annealType(XSDatatypeExp itemType)
protected XSDatatypeExp
RestrictionState. annealType(XSDatatypeExp baseType)
protected XSDatatypeExp
SimpleTypeState. annealType(XSDatatypeExp dt)
protected XSDatatypeExp
TypeWithOneChildState. annealType(XSDatatypeExp dt)
performs final wrap-up and returns a fully created DataType object that represents this element.XSDatatypeExp
XSDatatypeExp. createFinalizedType(int finalValue, GrammarReader reader)
Derives a new type by setting final values.XSDatatypeExp
LazyTypeIncubator. derive(java.lang.String nsUri, java.lang.String localName)
XSDatatypeExp
XSTypeIncubator. derive(java.lang.String newTypeNameUri, java.lang.String newLocalName)
XSDatatypeExp
XSDatatypeExp. getClone()
Gets a clone of this object.static XSDatatypeExp
XSDatatypeExp. makeList(java.lang.String nsUri, java.lang.String typeName, XSDatatypeExp itemType, GrammarReader reader)
Derives a new type by list.protected abstract XSDatatypeExp
TypeState. makeType()
This method is called from endElement method.protected XSDatatypeExp
TypeWithOneChildState. makeType()
protected XSDatatypeExp
UnionState. makeType()
static XSDatatypeExp
XSDatatypeExp. makeUnion(java.lang.String typeNameUri, java.lang.String typeName, java.util.Collection members, GrammarReader reader)
Derives a new type by union.XSDatatypeExp
XSDatatypeResolver. resolveXSDatatype(java.lang.String datatypeName)
Methods in com.sun.msv.reader.datatype.xsd with parameters of type XSDatatypeExp Modifier and Type Method Description protected XSDatatypeExp
ListState. annealType(XSDatatypeExp itemType)
protected XSDatatypeExp
RestrictionState. annealType(XSDatatypeExp baseType)
protected XSDatatypeExp
SimpleTypeState. annealType(XSDatatypeExp dt)
protected XSDatatypeExp
TypeWithOneChildState. annealType(XSDatatypeExp dt)
performs final wrap-up and returns a fully created DataType object that represents this element.static XSDatatypeExp
XSDatatypeExp. makeList(java.lang.String nsUri, java.lang.String typeName, XSDatatypeExp itemType, GrammarReader reader)
Derives a new type by list.void
RestrictionState. onEndChild(XSDatatypeExp child)
void
TypeWithOneChildState. onEndChild(XSDatatypeExp child)
receives a Pattern object that is contained in this element.void
UnionState. onEndChild(XSDatatypeExp type)
void
XSTypeOwner. onEndChild(XSDatatypeExp data)
void
XSDatatypeExp. redefine(XSDatatypeExp rhs)
Updates this object by copying the state from rhsConstructors in com.sun.msv.reader.datatype.xsd with parameters of type XSDatatypeExp Constructor Description LazyTypeIncubator(XSDatatypeExp base, GrammarReader reader)
-
Uses of XSDatatypeExp in com.sun.msv.reader.relax.core
Methods in com.sun.msv.reader.relax.core that return XSDatatypeExp Modifier and Type Method Description XSDatatypeExp
RELAXCoreReader. resolveXSDatatype(java.lang.String typeName)
gets DataType object from type name.Methods in com.sun.msv.reader.relax.core with parameters of type XSDatatypeExp Modifier and Type Method Description 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 Modifier and Type Method Description XSDatatypeExp
TREXGrammarReader. resolveXSDatatype(java.lang.String qName)
-
Uses of XSDatatypeExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return XSDatatypeExp Modifier and Type Method Description XSDatatypeExp
XMLSchemaReader. resolveXSDatatype(java.lang.String typeQName)
Resolves a simple type name into the corresponding XSDatatypeExp object.Methods in com.sun.msv.reader.xmlschema with parameters of type XSDatatypeExp Modifier and Type Method Description void
AttributeState. onEndChild(XSDatatypeExp type)
void
GlobalDeclState. onEndChild(XSDatatypeExp type)
void
RedefineState. onEndChild(XSDatatypeExp type)
void
SimpleContentRestrictionState. onEndChild(XSDatatypeExp child)
-