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 XSDatatypeExpComplexTypeExp. simpleBaseTypebase type of this complex type.protected XSDatatypeExpSimpleTypeExp. typeMethods in com.sun.msv.grammar.xmlschema that return XSDatatypeExp Modifier and Type Method Description XSDatatypeExpSimpleTypeExp. 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 voidSimpleTypeExp. 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 voidGrammarReader. 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 protected XSDatatypeExpTypeWithOneChildState. typeprotected XSDatatypeExpTypeWithOneChildState. typeprotected XSDatatypeExpTypeWithOneChildState. typeMethods in com.sun.msv.reader.datatype.xsd that return XSDatatypeExp Modifier and Type Method Description protected XSDatatypeExpListState. annealType(XSDatatypeExp itemType)protected XSDatatypeExpRestrictionState. annealType(XSDatatypeExp baseType)protected XSDatatypeExpSimpleTypeState. annealType(XSDatatypeExp dt)XSDatatypeExpXSDatatypeExp. createFinalizedType(int finalValue, GrammarReader reader)Derives a new type by setting final values.XSDatatypeExpXSTypeIncubator. derive(String newTypeNameUri, String newLocalName)XSDatatypeExpXSDatatypeExp. getClone()Gets a clone of this object.static XSDatatypeExpXSDatatypeExp. makeList(String nsUri, String typeName, XSDatatypeExp itemType, GrammarReader reader)Derives a new type by list.protected XSDatatypeExpUnionState. makeType()static XSDatatypeExpXSDatatypeExp. makeUnion(String typeNameUri, String typeName, Collection members, GrammarReader reader)Derives a new type by union.XSDatatypeExpXSDatatypeResolver. resolveXSDatatype(String datatypeName)Methods in com.sun.msv.reader.datatype.xsd with parameters of type XSDatatypeExp Modifier and Type Method Description protected XSDatatypeExpListState. annealType(XSDatatypeExp itemType)protected XSDatatypeExpRestrictionState. annealType(XSDatatypeExp baseType)protected XSDatatypeExpSimpleTypeState. annealType(XSDatatypeExp dt)static XSDatatypeExpXSDatatypeExp. makeList(String nsUri, String typeName, XSDatatypeExp itemType, GrammarReader reader)Derives a new type by list.voidRestrictionState. onEndChild(XSDatatypeExp child)voidUnionState. onEndChild(XSDatatypeExp type)voidXSTypeOwner. onEndChild(XSDatatypeExp data)voidXSDatatypeExp. 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 XSDatatypeExp Modifier and Type Method Description XSDatatypeExpRELAXCoreReader. resolveXSDatatype(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 voidRELAXCoreReader. addUserDefinedType(XSDatatypeExp exp)voidDivInModuleState. 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 XSDatatypeExpTREXGrammarReader. resolveXSDatatype(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 XSDatatypeExpXMLSchemaReader. resolveXSDatatype(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 voidAttributeState. onEndChild(XSDatatypeExp type)voidGlobalDeclState. onEndChild(XSDatatypeExp type)voidRedefineState. onEndChild(XSDatatypeExp type)voidSimpleContentRestrictionState. onEndChild(XSDatatypeExp child)
-