Uses of Interface
com.sun.msv.reader.datatype.xsd.XSTypeOwner
-
Packages that use XSTypeOwner Package Description com.sun.msv.reader.datatype.xsd com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of XSTypeOwner in com.sun.msv.reader.datatype.xsd
Classes in com.sun.msv.reader.datatype.xsd that implement XSTypeOwner Modifier and Type Class Description classListStatestate that parses <list> element of XSD.classRestrictionStatestate that parses <restriction> element.classSimpleTypeStateState that parses <simpleType> element and its children.(package private) classTypeWithOneChildStateState which has at most one TypeState as its child.classUnionStateState that parses <union> element and its children.Methods in com.sun.msv.reader.datatype.xsd that return XSTypeOwner Modifier and Type Method Description private XSTypeOwnerTypeState. getParent()Gets the parent state as TypeOwner. -
Uses of XSTypeOwner in com.sun.msv.reader.relax.core
Classes in com.sun.msv.reader.relax.core that implement XSTypeOwner Modifier and Type Class Description classDivInModuleStateparses <div> element under <module> element.classModuleMergeStateUsed to parse module.classModuleStateparses <module> element. -
Uses of XSTypeOwner in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement XSTypeOwner Modifier and Type Class Description classAttributeStateused to parse <attribute > element.classGlobalDeclStateState that parses global declarations.classRedefineStateused to parse <redefine> element.classSchemaIncludedStateused to parse <schema> element of included schema.classSchemaStateused to parse <schema> element.classSimpleContentRestrictionStateused to parse restriction/extension element as a child of <simpleContent> element.
-