Package com.sun.msv.reader.xmlschema

parses XML representation of XML Schema into AGM.

See:
          Description

Interface Summary
XMLSchemaReader.RefResolver  
 

Class Summary
AnyAttributeState used to parse <anyAttribute > element.
AnyElementState used to parse <any > element.
AnyState base implementation of AnyAttributeState and AnyElementState.
AttributeGroupState parses <attributeGroup /> element.
AttributeState used to parse <attribute > element.
ComplexContentBodyState used to parse restriction/extension element as a child of complexContent element.
ComplexContentState parses <complexContent> element.
ComplexTypeDeclState used to parse <complexType> element.
ElementDeclState used to parse <element > element without ref attribute.
ElementRefState used to parse <element > element with ref attribute.
GlobalDeclState State that parses global declarations.
GroupState used to parse <group> element.
IdentityConstraintState used to parse <unique>,<key>, and <keyref> element.
ImportState used to parse <import> element.
IncludeState used to parse <include> element.
RedefinableDeclState state that parses redefinable declaration.
RedefineState used to parse <redefine> element.
RootIncludedSchemaState used to parse root of schema document.
RootState RootIncludedSchemaState + final wrap up.
SchemaIncludedState used to parse <schema> element of included schema.
SchemaState used to parse <schema> element.
SimpleContentBodyState used to parse restriction/extension element as a child of <simpleContent> element.
SimpleContentState used to parse <simpleContent> element.
XMLSchemaReader parses XML representation of XML Schema and constructs AGM.
XMLSchemaReader.StateFactory creates various State object, which in turn parses grammar.
 

Package com.sun.msv.reader.xmlschema Description

parses XML representation of XML Schema into AGM.