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 class
ListState
state that parses <list> element of XSD.class
RestrictionState
state that parses <restriction> element.class
SimpleTypeState
State that parses <simpleType> element and its children.(package private) class
TypeWithOneChildState
State which has at most one TypeState as its child.class
UnionState
State that parses <union> element and its children.Methods in com.sun.msv.reader.datatype.xsd that return XSTypeOwner Modifier and Type Method Description private XSTypeOwner
TypeState. 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 class
DivInModuleState
parses <div> element under <module> element.class
ModuleMergeState
Used to parse module.class
ModuleState
parses <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 class
AttributeState
used to parse <attribute > element.class
GlobalDeclState
State that parses global declarations.class
RedefineState
used to parse <redefine> element.class
SchemaIncludedState
used to parse <schema> element of included schema.class
SchemaState
used to parse <schema> element.class
SimpleContentRestrictionState
used to parse restriction/extension element as a child of <simpleContent> element.
-