Uses of Class
com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
-
Packages that use XMLSchemaTypeExp 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 XMLSchemaTypeExp in com.sun.msv.grammar.xmlschema
Subclasses of XMLSchemaTypeExp in com.sun.msv.grammar.xmlschema Modifier and Type Class Description class
ComplexTypeExp
ComplexType definition.class
SimpleTypeExp
Simple type declaration.Methods in com.sun.msv.grammar.xmlschema that return XMLSchemaTypeExp Modifier and Type Method Description XMLSchemaTypeExp
ElementDeclExp. getTypeDefinition()
gets the type definition property of this schema component.Methods in com.sun.msv.grammar.xmlschema with parameters of type XMLSchemaTypeExp Modifier and Type Method Description boolean
ComplexTypeExp. isDerivedTypeOf(XMLSchemaTypeExp exp, int constraint)
-
Uses of XMLSchemaTypeExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type XMLSchemaTypeExp Modifier and Type Method Description private XMLSchemaReader.Type
XMLSchemaReader. getType(XMLSchemaTypeExp exp)
-