Uses of Class
com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
Packages that use SimpleTypeExp Package Description com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of SimpleTypeExp in com.sun.msv.grammar.xmlschema
Methods in com.sun.msv.grammar.xmlschema that return SimpleTypeExp Modifier and Type Method Description SimpleTypeExp
XMLSchemaSchema.SimpleTypeContainer. get(java.lang.String name)
SimpleTypeExp
XMLSchemaSchema.SimpleTypeContainer. getOrCreate(java.lang.String name)
-
Uses of SimpleTypeExp in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as SimpleTypeExp Modifier and Type Field Description private SimpleTypeExp
RedefineState. oldSimpleTypeExp
When a simple type is being redefined, the original declaration will be stored here.Methods in com.sun.msv.reader.xmlschema that return SimpleTypeExp Modifier and Type Method Description SimpleTypeExp
XMLSchemaReader. resolveBuiltinSimpleType(java.lang.String typeLocalName)
Gets a built-in datatype as SimpleTypeExp.
-