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 classComplexTypeExpComplexType definition.classSimpleTypeExpSimple type declaration.Methods in com.sun.msv.grammar.xmlschema that return XMLSchemaTypeExp Modifier and Type Method Description XMLSchemaTypeExpElementDeclExp. 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 booleanComplexTypeExp. 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.TypeXMLSchemaReader. getType(XMLSchemaTypeExp exp)
-