Package com.sun.msv.reader.xmlschema

parses XML representation of XML Schema into AGM.

See:
          Description

Interface Summary
AnyAttributeOwner A state that can have <anyAttribute > element must implement this interface.
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.
AttributeWildcardComputer Processes the attribtue wildcard according to the spec.
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.
MultiSchemaReader An utility class that reads multiple XML Schema documents and combines them into one schema object.
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.
SimpleContentExtensionState used to parse extension element as a child of <simpleContent> element.
SimpleContentRestrictionState 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.