Class Summary | |
---|---|
AbstractDateTimeDV | This is the base class of all date/time datatype validators. |
AbstractDOMParser | This is the base class of all DOM parsers. |
AbstractSAXParser | This is the base class of all SAX parsers. |
AbstractSAXParser.AttributesProxy | |
AbstractSAXParser.LocatorProxy | |
AbstractXMLDocumentParser | This is the base class for all XML document parsers. |
AnySimpleDV | Represent the schema type "anySimpleType" |
AnyURIDV | Represent the schema type "anyURI" |
ASCIIReader | A simple ASCII byte reader. |
ASDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
ASModelImpl | To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. |
AttributeMap | AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. |
AttributePSVImpl | Attribute PSV infoset augmentations implementation. |
AttributesProxy | Wraps XMLAttributes and makes it look like AttributeList and Attributes. |
AttrImpl | Attribute represents an XML-style attribute of an Element. |
AttrImpl | This class represents a single attribute. |
AttrNSImpl | AttrNSImpl inherits from AttrImpl and adds namespace support. |
AugmentationsImpl | This class provides an implementation for Augmentations interface. |
Base64 | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
Base64BinaryDV | Represent the schema type "base64Binary" |
BaseDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs |
BasicParserConfiguration | A very basic parser configuration. |
BMPattern | Boyer-Moore searcher. |
BooleanDV | Represent the schema type "boolean" |
ByteListImpl |
Implementation of org.apache.xerces.xs.datatypes.ByteList .
|
CachingParserPool | A parser pool that enables caching of grammars. |
CachingParserPool.ShadowedGrammarPool | Shadowed grammar pool. |
CachingParserPool.SynchronizedGrammarPool | Synchronized grammar pool. |
CDATASectionImpl | XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
CharacterDataImpl | CharacterData is an abstract Node that can carry character data as its Value. |
ChildNode | ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings. |
CMAny | Content model any node. |
CMBinOp | Content model Bin-Op node. |
CMBuilder | This class constructs content models for a given grammar. |
CMLeaf | Content model leaf node. |
CMNode | A content model node. |
CMNodeFactory | |
CMStateSet | This class is a very simple bitset class. |
CMUniOp | Content model Uni-Op node. |
CommentImpl | Represents an XML (or HTML) comment. |
Constants | Commonly used constants. |
ContentModelValidator | |
CoreDocumentImpl | The Document interface represents the entire HTML or XML document. |
CoreDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
DatatypeException | Base class for datatype exceptions. |
DatatypeFactoryImpl |
Factory that creates new DatatypeFactoryImpl is used to create a new |
DatatypeMessageFormatter |
Used to format JAXP 1.3 Datatype API error messages using a specified locale. |
DatatypeValidator | The interface that a DTD datatype must implement. |
DateDV |
Validator for |
DateTimeDV | Validator for <dateTime> datatype (W3C Schema Datatypes) |
DayDV | Validator for <gDay> datatype (W3C Schema datatypes) |
DecimalDV | Represent the schema type "decimal" |
DeepNodeListImpl |
This class implements the DOM's NodeList behavior for
Element.getElementsByTagName()
The DOM describes NodeList as follows: 1) It may represent EITHER nodes scattered through a subtree (when returned by Element.getElementsByTagName), or just the immediate children (when returned by Node.getChildNodes). |
DefaultDocument | |
DefaultElement | |
DefaultErrorHandler | Default error handler. |
DefaultNode | |
DefaultText |
The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr . |
DefaultXMLDocumentHandler | |
DeferredAttrImpl | Attribute represents an XML-style attribute of an Element. |
DeferredAttrNSImpl | DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl. |
DeferredCDATASectionImpl | XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
DeferredCommentImpl | Represents an XML (or HTML) comment. |
DeferredDocumentImpl | The Document interface represents the entire HTML or XML document. |
DeferredDocumentTypeImpl | This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
DeferredDOMImplementationImpl |
This DOMImplementation class is description of a particular implementation of the Document Object Model. |
DeferredElementDefinitionImpl | NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
DeferredElementImpl | Elements represent most of the "markup" and structure of the document. |
DeferredElementNSImpl | DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. |
DeferredEntityImpl | Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
DeferredEntityReferenceImpl | EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
DeferredNode | An interface for deferred node object. |
DeferredNotationImpl | Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document. |
DeferredProcessingInstructionImpl | Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
DeferredTextImpl | Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
DFAContentModel | DFAContentModel is the derivative of ContentModel that does all of the non-trivial element content validation. |
DocumentBuilderFactoryImpl | |
DocumentBuilderImpl | |
DocumentFragmentImpl | DocumentFragment is a "lightweight" or "minimal" Document object. |
DocumentImpl | The Document interface represents the entire HTML or XML document. |
DocumentTypeImpl | This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
DoubleDV | Represent the schema type "double" |
DOMASBuilderImpl | This is Abstract Schema DOM Builder class. |
DOMConfigurationImpl | Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. |
DOMEntityResolverWrapper | This class wraps DOM entity resolver to XNI entity resolver. |
DOMErrorHandlerWrapper | This class handles DOM errors . |
DOMErrorImpl |
DOMErrorImpl is an implementation that describes an error.
|
DOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
DOMImplementationListImpl |
This class implements the DOM Level 3 Core interface DOMImplementationList. |
DOMImplementationSourceImpl | Supply one the right implementation, based upon requested features. |
DOMInputImpl |
This Class DOMInputImpl represents a single input source for an XML entity.
|
DOMInputSource |
An |
DOMLocatorImpl |
DOMLocatorImpl is an implementaion that describes a location (e.g.
where an error occured).
|
DOMMessageFormatter | Used to format DOM error messages, using the system locale. |
DOMNormalizer | This class adds implementation for normalizeDocument method. |
DOMNormalizer.XMLAttributesProxy | |
DOMOutputImpl | This class represents an output destination for data. |
DOMParser | This is the main Xerces DOM parser class. |
DOMParserImpl | This is Xerces DOM Builder class. |
DOMStringListImpl | DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList. |
DOMUtil | Some useful utility methods. |
DOMXSImplementationSourceImpl |
Allows to retrieve XSImplementation , DOM Level 3 Core and LS implementations
and PSVI implementation.
|
DTDConfiguration | This is the DTD-only parser configuration. |
DTDDVFactory | The factory to create and return DTD types. |
DTDDVFactoryImpl | the factory to create/return built-in schema DVs and create user-defined DVs |
DTDGrammar | A DTD grammar. |
DTDGrammarBucket | This very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool. |
DTDGrammar.QNameHashtable | A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value. |
DTDParser | |
DurationDV | Validator for <duration> datatype (W3C Schema Datatypes) |
DVFactoryException | A runtime exception that's thrown if an error happens when the application tries to get a DV factory instance. |
ElementDefinitionImpl | NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
ElementImpl | Elements represent most of the "markup" and structure of the document. |
ElementImpl | |
ElementNSImpl | ElementNSImpl inherits from ElementImpl and adds namespace support. |
ElementPSVImpl | Element PSV infoset augmentations implementation. |
EncodingMap | EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa. |
EntityDV | Represent the schema type "entity" |
EntityImpl | Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
EntityReferenceImpl | EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
EntityResolver2Wrapper |
This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver. |
EntityResolverWrapper | This class wraps a SAX entity resolver in an XNI entity resolver. |
EntityState | The entity state interface defines methods that must be implemented by components that store information about entity declarations, as well as by entity validator that will need to validate attributes of type entity. |
ENTITYDatatypeValidator |
ENTITYDatatypeValidator implements the DatattypeValidator interface. |
ErrorHandlerProxy | Wraps XMLErrorHandler and make it look like a SAX ErrorHandler. |
ErrorHandlerWrapper | This class wraps a SAX error handler in an XNI error handler. |
EventImpl | EventImpl is an implementation of the basic "generic" DOM Level 2 Event object. |
ExternalSubsetResolver |
This interface extends |
Field | Schema identity constraint field. |
FieldActivator | Interface for a field activator. |
Field.Matcher | Field matcher. |
Field.XPath | Field XPath. |
FloatDV | Represent the schema type "float" |
FullDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs |
HexBin | format validation This class encodes/decodes hexadecimal data |
HexBinaryDV | Represent the schema type "hexBinary" |
HTTPInputSource | This class represents an input source for an XML resource retrievable over HTTP. |
IdentityConstraint | Base class of Schema identity constraint. |
IDDatatypeValidator |
IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation. |
IDDV | Represent the schema type "ID" |
IDREFDatatypeValidator |
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation. |
IDREFDV | Represent the schema type "IDREF" |
IntegerDV | Represent the schema type "integer" |
IntegratedParserConfiguration | This is configuration uses a scanner that integrates both scanning of the document and binding namespaces. |
IntStack | A simple integer based stack. moved to org.apache.xerces.util by neilg to support the XPathMatcher. |
InvalidDatatypeFacetException | Datatype exception for invalid facet. |
InvalidDatatypeValueException | Datatype exception for invalid values. |
JAXPConstants | This interface holds JAXP constant property/attribute names and values. |
KeyRef | Schema key reference identity constraint. |
ListDatatypeValidator | For list types: ENTITIES, IDREFS, NMTOKENS. |
ListDV | Represent the schema list types |
LocatorProxy | Wraps XMLLocator and make it look like a SAX Locator. |
MalformedByteSequenceException |
Signals that a malformed byte sequence was detected
by a |
Match | An instance of this class has ranges captured in matching. |
MessageFormatter | This interface provides a generic message formatting mechanism and is useful for producing messages that must be localed and/or formatted with replacement text. |
MixedContentModel | MixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements. |
MonthDayDV | Validator for <gMonthDay> datatype (W3C Schema Datatypes) |
MonthDV | Validator for <gMonth> datatype (W3C Schema Datatypes) |
MultipleScopeNamespaceSupport | This implementation of NamespaceContext has the ability to maintain multiple scopes of namespace/prefix bindings. |
MutationEventImpl | |
NamedNodeMapImpl | NamedNodeMaps represent collections of Nodes that can be accessed by name. |
NamedNodeMapImpl | |
NamespaceSupport | Namespace support for XML document handlers. |
NamespaceSupport.Prefixes | |
NMTOKENDatatypeValidator | NMTOKEN datatype validator. |
NodeImpl | NodeImpl provides the basic structure of a DOM tree. |
NodeImpl | |
NodeIteratorImpl | DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way. |
NonValidatingConfiguration | This is the non validating parser configuration. |
NotationImpl | Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document. |
NOTATIONDatatypeValidator | NOTATIONValidator defines the interface that data type validators must obey. |
NSItemListImpl | Containts a list of Object's. |
ParentNode | ParentNode inherits from ChildNode and adds the capability of having child nodes. |
ParseException | |
ParserConfigurationSettings | This class implements the basic operations for managing parser configuration features and properties. |
ProcessingInstructionImpl | Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
PSVIAttrNSImpl | Attribute namespace implementation; stores PSVI attribute items. |
PSVIDocumentImpl | Our own document implementation, which knows how to create an element with PSVI information. |
PSVIDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
PSVIElementNSImpl | Element namespace implementation; stores PSVI element items. |
QNameDV | Represent the schema type "QName" and "NOTATION" |
RangeExceptionImpl | |
RangeImpl | The RangeImpl class implements the org.w3c.dom.range.Range interface. |
RegularExpression | A regular expression matching engine using Non-deterministic Finite Automaton (NFA). |
RevalidationHandler | DOM Revalidation handler adds additional functionality to XMLDocumentHandler |
REUtil | |
SAXInputSource |
An |
SAXLocatorWrapper |
A light wrapper around a SAX locator. |
SAXMessageFormatter | Used to format SAX error messages using a specified locale. |
SAXParser | This is the main Xerces SAX parser class. |
SAXParserFactoryImpl |
This is the implementation specific class for the
javax.xml.parsers.SAXParserFactory . |
SAXParserImpl |
This is the implementation specific class for the
javax.xml.parsers.SAXParser .
|
SAXParserImpl.JAXPSAXParser | Extension of SAXParser. |
SchemaDateTimeException | |
SchemaDOM | |
SchemaDOMParser | |
SchemaDVFactory |
Defines a factory API that enables applications to 1. to get the instance of specified SchemaDVFactory implementation 2. to create/return built-in schema simple types 3. to create user defined simple types. |
SchemaDVFactoryImpl | the factory to create/return built-in schema DVs and create user-defined DVs |
SchemaGrammar | This class is to hold all schema component declaration that are declared within one namespace. |
SchemaGrammar.BuiltinSchemaGrammar | |
SchemaGrammar.Schema4Annotations |
A partial schema for schemas for validating annotations. |
SchemaNamespaceSupport | This class customizes the behaviour of the util.NamespaceSupport class in order to easily implement some features that we need for efficient schema handling. |
SchemaParsingConfig | |
SchemaSymbols | Collection of symbols used to parse a Schema Grammar. |
SecurityConfiguration | This configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed. |
SecurityManager | This class is a container for parser settings that relate to security, or more specifically, it is intended to be used to prevent denial-of-service attacks from being launched against a system running Xerces. |
Selector | Schema identity constraint selector. |
Selector.Matcher | Selector matcher. |
Selector.XPath | Schema identity constraint selector XPath expression. |
ShadowedSymbolTable | Shadowed symbol table. |
ShortListImpl | Containts a list of Object's. |
SimpleContentModel | SimpleContentModel is a derivative of the abstract content model base class that handles a small set of simple content models that are just way overkill to give the DFA treatment. |
SimpleLocator | An XMLLocator implementation used for schema error reporting. |
StandardParserConfiguration | This is the "standard" parser configuration. |
StringDatatypeValidator |
StringValidator validates that XML content is a W3C string type. The string datatype represents character strings in XML. |
StringDV | Represent the schema type "string" |
StringListImpl | Containts a list of Object's. |
SubstitutionGroupHandler | To store and validate information about substitutionGroup |
SymbolHash | This class is an unsynchronized hash table primary used for String to Object mapping. |
SymbolHash.Entry | This class is a key table entry. |
SymbolTable | This class is a symbol table implementation that guarantees that strings used as identifiers are unique references. |
SymbolTable.Entry | This class is a symbol table entry. |
SynchronizedSymbolTable | Synchronized symbol table. |
TextImpl | Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
TextImpl | |
TimeDV | Validator for <time> datatype (W3C Schema Datatypes) |
TreeWalkerImpl | This class implements the TreeWalker interface. |
TypeValidator | All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract class. |
UCSReader | Reader for UCS-2 and UCS-4 encodings. (i.e., encodings from ISO-10646-UCS-(2|4)). |
UnionDV | Represent the schema union types |
UniqueOrKey | Schema unique or key identity constraint. |
URI | A class to represent a Uniform Resource Identifier (URI). |
URI.MalformedURIException | MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification. |
UTF8Reader |
A UTF-8 reader. |
ValidatedInfo | Class to get the information back after content is validated. |
ValidationContext | ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname |
ValidationManager | ValidationManager is a coordinator property for validators in the pipeline. |
ValidationState | Implementation of ValidationContext inteface. |
ValueStore | Interface for storing values associated to an identity constraint. |
Version | This class defines the version number of the parser. |
XInclude11TextReader | This class is used for reading resources requested in <include> elements in XML 1.1 entities, when the parse attribute of the <include> element is "text". |
XIncludeAwareParserConfiguration | This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude. |
XIncludeHandler |
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. |
XIncludeHandler.Notation | |
XIncludeHandler.UnparsedEntity | |
XIncludeMessageFormatter | XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation |
XIncludeNamespaceSupport | This is an implementation of NamespaceContext which is intended to be used for XInclude processing. |
XIncludeParserConfiguration |
This parser configuration includes an XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |
XIncludeTextReader | This class is used for reading resources requested in <include> elements, when the parse attribute of the <include> element is "text". |
XInt | |
XIntPool | |
XML11Char | This class defines the basic properties of characters in XML 1.1. |
XML11Configurable |
An |
XML11Configuration | This class is the configuration used to parse XML 1.0 and XML 1.1 documents. |
XML11DocumentScannerImpl | This class is responsible for scanning XML document structure and content. |
XML11DTDConfiguration | This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents. |
XML11DTDDVFactoryImpl | the factory to create/return built-in XML 1.1 DVs and create user-defined DVs |
XML11DTDProcessor | This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly. |
XML11DTDScannerImpl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. |
XML11DTDValidator | This allows the validator to correctlyhandle XML 1.1 documents. |
XML11EntityScanner | Implements the entity scanner methods in the context of XML 1.1. |
XML11IDDatatypeValidator |
IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation. |
XML11IDREFDatatypeValidator |
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation. |
XML11NamespaceBinder | This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1. |
XML11NMTOKENDatatypeValidator | NMTOKEN datatype validator for NMTokens from XML 1.1. |
XML11NonValidatingConfiguration | This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents. |
XML11NSDocumentScannerImpl | The scanner acts as the source for the document information which is communicated to the document handler. |
XML11NSDocumentScannerImpl.NS11ContentDispatcher | Dispatcher to handle content scanning. |
XML11NSDTDValidator | The DTD validator. |
XMLAttributeDecl | |
XMLAttributesImpl | The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element. |
XMLCatalogResolver |
The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs. |
XMLChar | This class defines the basic XML character properties. |
XMLContentSpec | ContentSpec really exists to aid the parser classes in implementing access to the grammar. |
XMLContentSpec.Provider | Provides a means for walking the structure built out of content spec "nodes". |
XMLDocumentFragmentScannerImpl | This class is responsible for scanning the structure and content of document fragments. |
XMLDocumentFragmentScannerImpl.Dispatcher | This interface defines an XML "event" dispatching model. |
XMLDocumentFragmentScannerImpl.ElementStack | Element stack. |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher | Dispatcher to handle content scanning. |
XMLDocumentParser | This is a concrete vanilla XML parser class. |
XMLDocumentScannerImpl | This class is responsible for scanning XML document structure and content. |
XMLDocumentScannerImpl.ContentDispatcher | Dispatcher to handle content scanning. |
XMLDocumentScannerImpl.DTDDispatcher | Dispatcher to handle the internal and external DTD subsets. |
XMLDocumentScannerImpl.PrologDispatcher | Dispatcher to handle prolog scanning. |
XMLDocumentScannerImpl.TrailingMiscDispatcher | Dispatcher to handle trailing miscellaneous section scanning. |
XMLDocumentScannerImpl.XMLDeclDispatcher | Dispatcher to handle XMLDecl scanning. |
XMLDTDDescription | All information specific to DTD grammars. |
XMLDTDLoader | The DTD loader. |
XMLDTDProcessor | The DTD processor. |
XMLDTDScannerImpl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. |
XMLDTDValidator | The DTD validator. |
XMLDTDValidatorFilter | Defines a DTD Validator filter to allow components to query the DTD validator. |
XMLElementDecl | |
XMLEntityDecl | |
XMLEntityDescription |
This interface describes the properties of entities--their physical location and their name. |
XMLEntityDescriptionImpl |
This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity. |
XMLEntityHandler | The entity handler interface defines methods to report information about the start and end of entities. |
XMLEntityManager | The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities. |
XMLEntityManager.Entity | Entity information. |
XMLEntityManager.ExternalEntity | External entity. |
XMLEntityManager.InternalEntity | Internal entity. |
XMLEntityManager.RewindableInputStream | This class wraps the byte inputstreams we're presented with. |
XMLEntityManager.ScannedEntity | Entity state. |
XMLEntityScanner | Implements the entity scanner methods. |
XMLErrorReporter | This class is a common element of all parser configurations and is used to report errors that occur. |
XMLGrammarCachingConfiguration |
This configuration provides a generic way of using Xerces's grammar caching facilities. |
XMLGrammarParser | |
XMLGrammarPoolImpl | Stores grammars in a pool associated to a specific key. |
XMLGrammarPoolImpl.Entry | This class is a grammar pool entry. |
XMLGrammarPreparser |
This class provides an easy way for a user to preparse grammars of various types. |
XMLMessageFormatter | XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation |
XMLNamespaceBinder | This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler. |
XMLNotationDecl | |
XMLNSDocumentScannerImpl | The scanner acts as the source for the document information which is communicated to the document handler. |
XMLNSDocumentScannerImpl.NSContentDispatcher | Dispatcher to handle content scanning. |
XMLNSDTDValidator | The DTD validator. |
XMLParser | Base class of all XML-related parsers. |
XMLResourceIdentifierImpl | The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource. |
XMLScanner | This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content. |
XMLSchemaException | This exception might be thrown by any constraint checking method. |
XMLSchemaFactory | SchemaFactory for XML Schema. |
XMLSchemaLoader | This class implements xni.grammars.XMLGrammarLoader. |
XMLSchemaValidator | The XML Schema validator. |
XMLSchemaValidator.KeyRefValueStore | Key reference value store. |
XMLSchemaValidator.KeyValueStore | Key value store. |
XMLSchemaValidator.LocalIDKey | |
XMLSchemaValidator.ShortVector |
A simple vector for short s. |
XMLSchemaValidator.UniqueValueStore | Unique value store. |
XMLSchemaValidator.ValueStoreBase | Value store implementation base class. |
XMLSchemaValidator.ValueStoreCache | Value store cache. |
XMLSchemaValidator.XPathMatcherStack | Stack of XPath matchers for identity constraints. |
XMLSchemaValidator.XSIErrorReporter | A wrapper of the standard error reporter. |
XMLSimpleType | |
XMLStringBuffer | XMLString is a structure used to pass character arrays. |
XMLSymbols | All internalized xml symbols. |
XMLVersionDetector | This class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0. |
XPath | Bare minimum XPath parser. |
XPathException | XPath exception. |
XPathMatcher | XPath matcher. |
XPath.Axis | Axis. |
XPath.LocationPath | A location path representation for an XPath expression. |
XPath.NodeTest | Node test. |
XPath.Step | A location path step comprised of an axis and node test. |
XPointerHandler |
This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations. |
XPointerParserConfiguration |
This parser configuration includes an XPointerHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |
XPointerPart |
Used for scheme specific parsing and evaluation of an XPointer expression. |
XPointerProcessor |
The XPointerProcessor is responsible for parsing an XPointer expression and and providing scheme specific resolution of the document fragment pointed to be the pointer. |
XSAllCM |
XSAllCM implements XSCMValidator and handles |
XSAnnotationImpl | This is an implementation of the XSAnnotation schema component. |
XSAttributeChecker |
Class XSAttributeCheck is used to check the validity of attributes
appearing in the schema document. |
XSAttributeDecl |
The XML representation for an attribute declaration
schema component is an |
XSAttributeGroupDecl |
The XML representation for an attribute group declaration
schema component is a global |
XSAttributeUseImpl |
The XML representation for an attribute use
schema component is a local |
XSCMBinOp | Content model Bin-Op node. |
XSCMLeaf | Content model leaf node. |
XSCMUniOp | Content model Uni-Op node. |
XSCMValidator | Note: State of the content model is stored in the validator |
XSComplexTypeDecl |
The XML representation for a complexType
schema component is a |
XSConstraints | Constaints shared by traversers and validator |
XSDAbstractParticleTraverser.ParticleArray | |
XSDDescription | All information specific to XML Schema grammars. |
XSDeclarationPool | This class is pool that enables caching of XML Schema declaration objects. |
XSDFACM | DFAContentModel is the implementation of XSCMValidator that does all of the non-trivial element content validation. |
XSDHandler | The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema. |
XSElementDecl |
The XML representation for an element declaration
schema component is an |
XSEmptyCM | XSEmptyCM is a derivative of the abstract content model base class that handles a content model with no chilren (elements). |
XSFacets | The class used to pass all facets to XSSimpleType. |
XSGrammarBucket | A class used to hold the internal schema grammar set for the current instance |
XSGrammarPool |
Add a method that return an XSModel that represents components in
the schema grammars in this pool implementation.
|
XSGrammarPoolContainer |
A container for grammar pools which only contain schema grammars. |
XSGroupDecl |
The XML representation for a group declaration
schema component is a global |
XSImplementationImpl |
Implements XSImplementation interface that allows one to retrieve an instance of XSLoader .
|
XSLoaderImpl |
An implementation of XSLoader which wraps XMLSchemaLoader. |
XSMessageFormatter | SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language |
XSModelGroupImpl | Store schema model group declaration. |
XSModelImpl | Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces. |
XSNamedMap4Types | Containts the map between qnames and XSObject's. |
XSNamedMapImpl | Containts the map between qnames and XSObject's. |
XSNotationDecl |
The XML representation for a NOTATION declaration
schema component is a global |
XSObjectListImpl | Containts a list of XSObject's. |
XSParticleDecl | Store schema particle declaration. |
XSSimpleType |
This interface XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained.
|
XSSimpleTypeDecl | |
XSWildcardDecl |
The XML representation for a wildcard declaration
schema component is an |
YearDV | Validator for <gYear> datatype (W3C Schema Datatypes) |
YearMonthDV | Validator for <gYearMonth> datatype (W3C Schema Datatypes) |