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(String name)
SimpleTypeExp
XMLSchemaSchema.SimpleTypeContainer. getOrCreate(String name)
-
Uses of SimpleTypeExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return SimpleTypeExp Modifier and Type Method Description SimpleTypeExp
XMLSchemaReader. resolveBuiltinSimpleType(String typeLocalName)
Gets a built-in datatype as SimpleTypeExp.
-