Uses of Class
com.sun.msv.grammar.xmlschema.SimpleTypeExp

Packages that use SimpleTypeExp
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
 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
 SimpleTypeExp XMLSchemaReader.resolveBuiltinSimpleType(String typeLocalName)
          Gets a built-in datatype as SimpleTypeExp.
 



MSV