Uses of Package
com.sun.msv.reader.xmlschema

Packages that use com.sun.msv.reader.xmlschema
com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. 
 

Classes in com.sun.msv.reader.xmlschema used by com.sun.msv.reader.xmlschema
AnyAttributeOwner
          A state that can have <anyAttribute > element must implement this interface.
AnyState
          base implementation of AnyAttributeState and AnyElementState.
EmbeddedSchema
          A schema in a DOM Element.
GlobalDeclState
          State that parses global declarations.
RedefinableDeclState
          state that parses redefinable declaration.
RootIncludedSchemaState
          used to parse root of schema document.
SchemaIncludedState
          used to parse <schema> element of included schema.
XMLSchemaReader
          parses XML representation of XML Schema and constructs AGM.
XMLSchemaReader.RefResolver
           
XMLSchemaReader.StateFactory
          creates various State object, which in turn parses grammar.
 



MSV