Uses of Interface
com.sun.msv.reader.datatype.xsd.XSTypeOwner

Packages that use XSTypeOwner
com.sun.msv.reader.datatype.xsd reads XML representation for XML Schema Part.2 
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
 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.
 class UnionState
          State that parses <union> element and its children.
 

Uses of XSTypeOwner in com.sun.msv.reader.relax.core
 

Classes in com.sun.msv.reader.relax.core that implement XSTypeOwner
 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
 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.
 



MSV