See: Description
Interface | Description |
---|---|
AnyAttributeOwner |
A state that can have <anyAttribute > element must implement this interface.
|
XMLSchemaReader.RefResolver | |
XMLSchemaReader.Type |
Class | Description |
---|---|
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.
|
DOMLSInputImpl |
implementation class for an LSInput where the only data source is an existing DOM element.
|
ElementDeclState |
used to parse <element > element without ref attribute.
|
ElementRefState |
used to parse <element > element with ref attribute.
|
EmbeddedSchema |
A schema in a DOM Element.
|
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.
|
WSDLGrammarReaderController |
Catch error messages and resolve schema locations.
|
WSDLSchemaReader |
A utility class that reads all the schemas from a WSDL.
|
WSDLSchemaReader.SimpleNamespaceContext | |
XMLSchemaReader |
parses XML representation of XML Schema and constructs AGM.
|
XMLSchemaReader.StateFactory |
creates various State object, which in turn parses grammar.
|
parses XML representation of XML Schema into AGM.