| Interface Summary | |
|---|---|
| ContentModelGroup | An XML Schema ModelGroup |
| Referable | |
| Resolver | Defines an object resolver but does not specify any implementation. |
| ResolvingObject | Interface for an object that is associated with a resolver. |
| Class Summary | |
|---|---|
| Annotated | A base class used for XML Structures that support annotations. |
| Annotation | A class representing the XML Schema Annotation |
| AnnotationItem | A class which represents the superclass of either AppInfo or Documentation element. |
| AnyType | A Class which represents the XML Schema AnyType. |
| AppInfo | A class which represents the AppInfo element |
| AttributeDecl | An XML Schema Attribute Definition |
| AttributeGroup | An XML Schema Attribute Group Definition |
| AttributeGroupDecl | An XML Schema Attribute Group Definition |
| AttributeGroupEnumeration | A simple enumerator for the AttributeGroup class |
| AttributeGroupReference | An XML Schema Attribute Group Definition |
| BlockList | A class to represent the values of the XML Schema block property |
| ComplexType | The XML Schema ComplexType class |
| ContentModelGroupImpl | An implementation of an XML Schema ContentModelGroup |
| ContentType | An XML Schema ContentType |
| DeferredSimpleType | Package private class to handle the case where a simple type can't be instanciated because its parent has not yet been read. |
| Documentation | A class which represents the XML Schema Documentation element |
| ElementDecl | An XML Schema ElementDecl |
| Facet | Represents the base type for XML Schema Facets |
| FacetList | A list for maintaining facets |
| FacetListEnumerator | A list for maintaining facets |
| FinalList | A class to represent the values of the XML Schema block property |
| Form | Represents an enumerated type which consists of two values: "qualified" and "unqualified". |
| Group | An XML Schema Group |
| IdentityConstraint | The base class for the XML Schema Identity Constraints (key, keyref, unique). |
| IdentityField | A class which represents the field selector for an IdentityConstraint |
| IdentitySelector | A class which represents the selector for an IdentityConstraint |
| Key | A class that represents the XML Schema Identity Constraint: Key. |
| KeyRef | A class that represents the XML Schema Identity Constraint: KeyRef. |
| ModelGroup |
An XML Schema ModelGroup : |
| Order | An XML Schema model group Order |
| Particle | An abstract class that represents an XML Schema Particle This is not an entirely true representation of how XML Schema depicts a "particle" since this representation of a particle does not hold the "term" component (element, all, choice, sequence, group, any) but rather the "term" extends this class. |
| RedefineSchema |
This class is a wrapper used to save meta information concerning redefined structures from an XML schema. This wrapper is identified by:
|
| RedefineSchema.EmptyEnumeration | |
| ResolvableReference | Implements a reference to an object that will be resolved at a later time using some resolver mechanism. |
| Schema | A class representing an XML Schema Definition. |
| SchemaException | An XML Schema Exception class |
| SchemaNames | A class which holds the names for many of the Schema related components. |
| ScopableResolver | An implementation of Resolver that can be "scoped". |
| SimpleContent | An extension of the ContentType to support simple content extension and restriction for complexTypes. |
| SimpleType | An XML Schema SimpleType |
| SimpleTypeReference | Package private class to handles simple-type references. |
| SimpleTypesFactory | SimpleTypesFactory provides code constants for every built in type defined in www.w3.org/TR/xmlschma-2-20000407 USER_TYPE is used for user derived types. |
| SimpleTypesFactoryException | A RuntimeException which allows nested exceptions. |
| Structure | The base class for all XML Schema stuctures. |
| TypeReference | Package private class to handles type references. |
| Union | A class that represents the XML Schema Union simple-type. |
| Unique | A class that represents the XML Schema Identity Constraint: Unique. |
| UnknownDef | This class is temporary until I finish the implementation |
| Wildcard | A class that represents an XML Schema Wildcard. |
| XMLType | The base type for XML Schema types, such as complex types and simple types. |