Uses of Interface
com.sun.msv.reader.datatype.xsd.XSTypeOwner
Packages that use XSTypeOwner
Package
Description
parses RELAX Core into AGM.
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 XSTypeOwnerModifier and TypeClassDescriptionclass
state that parses <list> element of XSD.class
state that parses <restriction> element.class
State that parses <simpleType> element and its children.(package private) class
State which has at most one TypeState as its child.class
State that parses <union> element and its children.Methods in com.sun.msv.reader.datatype.xsd that return XSTypeOwnerModifier and TypeMethodDescriptionprivate 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 XSTypeOwnerModifier and TypeClassDescriptionclass
parses <div> element under <module> element.class
Used to parse module.class
parses <module> element. -
Uses of XSTypeOwner in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement XSTypeOwnerModifier and TypeClassDescriptionclass
used to parse <attribute > element.class
State that parses global declarations.class
used to parse <redefine> element.class
used to parse <schema> element of included schema.class
used to parse <schema> element.class
used to parse restriction/extension element as a child of <simpleContent> element.