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" |
ASAttributeDeclaration |
This interface is deprecated.
An attribute declaration in the context of a ASObject .The
constant 'REQUIRED' is missing from this interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASCIIReader | A simple ASCII byte reader. |
ASContentModel |
This interface is deprecated.
The content model of a declared element.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASDataType |
This interface is deprecated.
The datatypes supported by DOM AS implementations. Further datatypes may be
added in the Schema/PSVI spec.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASDOMImplementationImpl | This class is deprecated. No replacement. |
ASElementDeclaration |
This interface is deprecated.
The element name along with the content specification in the context of an
ASObject .
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASEntityDeclaration |
This interface is deprecated.
Models a general entity declaration in an abstract schema. The abstract
schema does not handle any parameter entity. It is assumed that the
parameter entities are expanded by the implementation as the abstract
schema is built.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASModel |
This interface is deprecated.
To begin with, an abstract schema is a generic structure that could
contain both internal and external subsets. An ASModel is an
abstract object that could map to a DTD , an XML Schema , a database
schema, etc. An ASModel could represent either an internal
or an external subset; hence an abstract schema could be composed of an
ASModel representing the internal subset and an
ASModel representing the external subset. Note that the
ASModel representing the external subset could consult the
ASModel representing the internal subset. Furthermore, the
ASModel representing the internal subset could be set to
null by the setInternalAS method as a mechanism for
"removal". In addition, only one ASModel representing the
external subset can be specified as "active" and it is possible that none
are "active". Finally, the ASModel contains the factory
methods needed to create a various types of ASObjects like
ASElementDeclaration , ASAttributeDeclaration ,
etc.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASModelImpl | To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. |
ASNamedObjectMap |
This interface is deprecated.
Objects implementing the ASNamedObjectMap interface are used
to represent collections of abstract schema nodes that can be accessed by
name. Note that ASNamedObjectMap does not inherit from
ASObjectList ; ASNamedObjectMaps are not
maintained in any particular order. Objects contained in an object
implementing ASNamedObjectMap may also be accessed by an
ordinal index, but this is simply to allow convenient enumeration of the
contents of a ASNamedObjectMap , and does not imply that the
DOM specifies an order to these ASObjects .
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASNotationDeclaration |
This interface is deprecated.
This interface represents a notation declaration.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASObject |
This interface is deprecated.
The ASObject interface is analogous to a Node in
, e.g., an element declaration.
Opaque. See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ASObjectList |
This interface is deprecated.
The ASObjectList interface provides the abstraction of an
ordered collection of AS nodes, without defining or constraining how this
collection is implemented. ASObjectList objects in the DOM
AS are live.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
AttributeMap | AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. |
AttributePSVI | Represents a PSVI item for one attribute information item. |
AttributePSVImpl | Attribute PSV infoset augmentations implementation. |
AttributesProxy | Wraps XMLAttributes and makes it look like
AttributeList and Attributes2. |
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. |
Augmentations | The Augmentations interface defines a table of additional data that may be passed along the document pipeline. |
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 |
BaseMarkupSerializer | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
BasicParserConfiguration | A very basic parser configuration. |
BMPattern | Boyer-Moore searcher.@xerces.internal |
BooleanDV | Represent the schema type "boolean" |
ByteList | The |
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. |
CharacterDataEditAS |
This interface is deprecated.
This interface extends the NodeEditAS interface with
additional methods for document editing. An object implementing this
interface must also implement NodeEditAS interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
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.@xerces.internal |
CMBinOp | Content model Bin-Op node.@xerces.internal |
CMBuilder | This class constructs content models for a given grammar. |
CMLeaf | Content model leaf node.@xerces.internal |
CMNode | A content model node.@xerces.internal |
CMNodeFactory | |
CMStateSet | This class is a very simple bitset class. |
CMUniOp | Content model Uni-Op node.@xerces.internal |
CommentImpl | Represents an XML (or HTML) comment.@xerces.internal |
ConfigurableValidationState | An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors. |
Constants | Commonly used constants.@xerces.internal |
ContentModelValidator | @xerces.internal |
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 |
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.@xerces.internal |
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.@xerces.internal |
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. |
DocumentAS |
This interface is deprecated.
This interface extends the Document interface with additional
methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
DocumentBuilderFactoryImpl | |
DocumentBuilderImpl | |
DocumentEditAS |
This interface is deprecated.
This interface extends the NodeEditAS interface with
additional methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
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). |
DOMASBuilder |
This interface is deprecated.
An Abstract Schema parser interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
DOMASBuilderImpl | This is Abstract Schema DOM Builder class. |
DOMASException |
This class is deprecated.
Abstract Schemas operations may throw a DOMSystemException as
described in their descriptions.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
DOMASWriter |
This interface is deprecated.
A Abstract Schema serialization interface.
DOMASWriters provides an API for serializing Abstract Schemas out in the form of a source Abstract Schema. The Abstract Schema is written to an output stream, the type of which depends on the specific language bindings in use. DOMASWriter is a generic Abstract Schema serialization interface. It
can be applied to both an internal Abstract Schema and/or an external
Abstract Schema. DOMASWriter is applied to serialize a single Abstract
Schema. Serializing a document with an active Internal Abstract Schema
will serialize this internal Abstract Schema with the document as it is
part of the Document (see See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
DOMConfigurationImpl | Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.@xerces.internal |
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. |
DOMImplementationAS |
This interface is deprecated.
This interface allows creation of an ASModel . The expectation
is that an instance of the DOMImplementationAS interface can
be obtained by using binding-specific casting methods on an instance of
the DOMImplementation interface when the DOM implementation
supports the feature "AS-EDIT ".
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
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. |
DOMMessageFormatter | Used to format DOM error messages, using the system locale.@xerces.internal |
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. |
DOMSerializer | This interface is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
DOMSerializerImpl | This class is deprecated. Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0. |
DOMStringListImpl | DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.@xerces.internal |
DOMUtil | Some useful utility methods. |
DOMXSImplementationSourceImpl | Allows to retrieve XSImplementation , DOM Level 3 Core and LS implementations
and PSVI implementation. |
DoubleDV | Represent the schema type "double" |
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. |
DTDGrammar.QNameHashtable | A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.@xerces.internal |
DTDGrammarBucket | This very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool. |
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. |
ElementEditAS |
This interface is deprecated.
This interface extends the Element interface with additional
methods for guided document editing. An object implementing this
interface must also implement NodeEditAS interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
ElementImpl | Elements represent most of the "markup" and structure of the document. |
ElementImpl | |
ElementNSImpl | ElementNSImpl inherits from ElementImpl and adds namespace support. |
ElementPSVI | Represents a PSVI item for one element information item. |
ElementPSVImpl | Element PSV infoset augmentations implementation. |
ElementState | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
EncodingInfo | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
EncodingMap | EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa. |
Encodings | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
ENTITYDatatypeValidator | ENTITYDatatypeValidator implements the DatattypeValidator interface. |
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.@xerces.internal |
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. |
Field.Matcher | Field matcher. |
Field.XPath | Field XPath. |
FieldActivator | Interface for a field activator. |
FloatDV | Represent the schema type "float" |
FullDVFactory | the factory to create/return built-in schema DVs and create user-defined DVs |
Grammar | A generic grammar for use in validating XML documents. |
HexBin | format validation This class encodes/decodes hexadecimal data |
HexBinaryDV | Represent the schema type "hexBinary" |
HTMLAnchorElementImpl | @xerces.internal |
HTMLAppletElementImpl | @xerces.internal |
HTMLAreaElementImpl | @xerces.internal |
HTMLBaseElementImpl | @xerces.internal |
HTMLBaseFontElementImpl | @xerces.internal |
HTMLBodyElementImpl | @xerces.internal |
HTMLBRElementImpl | @xerces.internal |
HTMLBuilder | This is a SAX document handler that is used to build an HTML document. |
HTMLButtonElementImpl | @xerces.internal |
HTMLDirectoryElementImpl | @xerces.internal |
HTMLDivElementImpl | @xerces.internal |
HTMLDListElementImpl | @xerces.internal |
HTMLDocumentImpl | Implements an HTML document. |
HTMLDOMImplementation | The HTMLDOMImplementation interface extends the
DOMImplementation interface with a method for creating an
HTML document instance. |
HTMLDOMImplementationImpl | Provides number of methods for performing operations that are independent of any particular instance of the document object model. |
HTMLdtd | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information. |
HTMLElementImpl | Implements an HTML-specific element, an org.w3c.dom.Element that will only appear inside HTML documents. |
HTMLFieldSetElementImpl | @xerces.internal |
HTMLFontElementImpl | @xerces.internal |
HTMLFormControl | Identifies control in a form, so they may be collected in a form elements collection. |
HTMLFormElementImpl | @xerces.internal |
HTMLFrameElementImpl | @xerces.internal |
HTMLFrameSetElementImpl | @xerces.internal |
HTMLHeadElementImpl | @xerces.internal |
HTMLHeadingElementImpl | @xerces.internal |
HTMLHRElementImpl | @xerces.internal |
HTMLHtmlElementImpl | @xerces.internal |
HTMLIFrameElementImpl | @xerces.internal |
HTMLImageElementImpl | @xerces.internal |
HTMLInputElementImpl | @xerces.internal |
HTMLIsIndexElementImpl | @xerces.internal |
HTMLLabelElementImpl | @xerces.internal |
HTMLLegendElementImpl | @xerces.internal |
HTMLLIElementImpl | @xerces.internal |
HTMLLinkElementImpl | @xerces.internal |
HTMLMapElementImpl | @xerces.internal |
HTMLMenuElementImpl | @xerces.internal |
HTMLMetaElementImpl | @xerces.internal |
HTMLModElementImpl | @xerces.internal |
HTMLObjectElementImpl | @xerces.internal |
HTMLOListElementImpl | @xerces.internal |
HTMLOptGroupElementImpl | @xerces.internal |
HTMLOptionElementImpl | @xerces.internal |
HTMLParagraphElementImpl | @xerces.internal |
HTMLParamElementImpl | @xerces.internal |
HTMLPreElementImpl | @xerces.internal |
HTMLQuoteElementImpl | @xerces.internal |
HTMLScriptElementImpl | @xerces.internal |
HTMLSelectElementImpl | @xerces.internal |
HTMLSerializer | This class is deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information. |
HTMLStyleElementImpl | @xerces.internal |
HTMLTableCaptionElementImpl | @xerces.internal |
HTMLTableCellElementImpl | @xerces.internal |
HTMLTableColElementImpl | @xerces.internal |
HTMLTableElementImpl | @xerces.internal |
HTMLTableRowElementImpl | @xerces.internal |
HTMLTableSectionElementImpl | @xerces.internal |
HTMLTextAreaElementImpl | @xerces.internal |
HTMLTitleElementImpl | @xerces.internal |
HTMLUListElementImpl | @xerces.internal |
HTTPInputSource | This class represents an input source for an XML resource retrievable over HTTP. |
IDDatatypeValidator | IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation. |
IDDV | Represent the schema type "ID" |
IdentityConstraint | Base class of Schema identity constraint. |
IDREFDatatypeValidator | IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation. |
IDREFDV | Represent the schema type "IDREF" |
IndentPrinter | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
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. |
InvalidDatatypeFacetException | Datatype exception for invalid facet. |
InvalidDatatypeValueException | Datatype exception for invalid values. |
ItemPSVI | Represents an abstract PSVI item for an element or an attribute information item. |
JAXPConstants | This interface holds JAXP constant property/attribute names and values. |
JAXPNamespaceContextWrapper | A read-only XNI wrapper around a JAXP NamespaceContext. |
KeyRef | Schema key reference identity constraint. |
Latin1Reader | Reader for the ISO-8859-1 encoding. |
LineSeparator | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
ListDatatypeValidator | For list types: ENTITIES, IDREFS, NMTOKENS.@xerces.internal |
ListDV | Represent the schema list types |
LocatorProxy | Wraps XMLLocator and make it look like a SAX Locator. |
LSInputList | The LSInputList interface provides the abstraction of an
ordered collection of LSInput s, without defining or
constraining how this collection is implemented. |
MalformedByteSequenceException | Signals that a malformed byte sequence was detected
by a |
Match | An instance of this class has ranges captured in matching.@xerces.internal |
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. |
Method | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
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 | |
NameNodeListImpl | This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().@xerces.internal |
NamespaceContext | Represents an interface to query namespace information. |
NamespaceSupport | Namespace support for XML document handlers. |
NamespaceSupport.Prefixes | |
NMTOKENDatatypeValidator | NMTOKEN datatype validator.@xerces.internal |
NodeEditAS |
This interface is deprecated.
This interface extends a Node from with additional methods
for guided document editing. The expectation is that an instance of the
DOMImplementationAS interface can be obtained by using
binding-specific casting methods on an instance of the
DOMImplementation interface when the DOM implementation
supports the feature "AS-DOC ".
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
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. |
NOTATIONDatatypeValidator | NOTATIONValidator defines the interface that data type validators must obey. |
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. |
NSItemListImpl | Containts a list of Object's. |
ObjectList | The |
OutputFormat | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
OutputFormat.Defaults | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
OutputFormat.DTD | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
ParentNode | ParentNode inherits from ChildNode and adds the capability of having child nodes. |
ParseException | @xerces.internal |
ParserConfigurationSettings | This class implements the basic operations for managing parser configuration features and properties. |
Printer | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
ProcessingInstructionImpl | Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
PSVIAttrNSImpl | Attribute namespace implementation; stores PSVI attribute items.@xerces.internal |
PSVIDocumentImpl | Our own document implementation, which knows how to create an element with PSVI information.@xerces.internal |
PSVIDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
PSVIElementNSImpl | Element namespace implementation; stores PSVI element items.@xerces.internal |
PSVIProvider | This interface provides access to the post schema validation infoset for an API that provides a streaming document infoset, such as SAX, XNI, and others. |
QName | A structure that holds the components of an XML Namespaces qualified name. |
QNameDV | Represent the schema type "QName" and "NOTATION" |
RangeExceptionImpl | @xerces.internal |
RangeImpl | The RangeImpl class implements the org.w3c.dom.range.Range interface. |
RegularExpression | A regular expression matching engine using Non-deterministic Finite Automaton (NFA). |
REUtil | @xerces.internal |
RevalidationHandler | DOM Revalidation handler adds additional functionality to XMLDocumentHandler@xerces.internal |
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. |
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. |
Serializer | This interface is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
SerializerFactory | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
ShadowedSymbolTable | Shadowed symbol table. |
ShortList | The ShortList is an immutable ordered collection of
unsigned short . |
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. |
SoftReferenceSymbolTable | This symbol table uses SoftReferences to its String entries, which means that table entries that have no references to them can be garbage collected when memory is needed. |
SoftReferenceSymbolTable.SREntry | This class is a symbol table entry. |
SoftReferenceSymbolTable.SREntryData | |
SoftReferenceSymbolTableConfiguration | This parser configuration extends the default configuration allowing Xerces to
handle usage scenarios where the names in the XML documents being parsed are mostly
unique by installing a memory sensitive SymbolTable . |
StandardParserConfiguration | This is the "standard" parser configuration. |
StringDatatypeValidator | StringValidator validates that XML content is a W3C string type. |
StringDV | Represent the schema type "string" |
StringList | The StringList is an immutable ordered collection of
GenericString . |
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 | |
TextSerializer | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information. |
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. |
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. |
WMLAccessElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLAccessElementImpl | @xerces.internal |
WMLAElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLAElementImpl | @xerces.internal |
WMLAnchorElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLAnchorElementImpl | @xerces.internal |
WMLBElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLBElementImpl | @xerces.internal |
WMLBigElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLBigElementImpl | @xerces.internal |
WMLBrElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLBrElementImpl | @xerces.internal |
WMLCardElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLCardElementImpl | @xerces.internal |
WMLDocument | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLDocumentImpl | @xerces.internal |
WMLDoElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLDoElementImpl | @xerces.internal |
WMLDOMImplementation | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLDOMImplementationImpl | @xerces.internal |
WMLElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLElementImpl | @xerces.internal |
WMLEmElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLEmElementImpl | @xerces.internal |
WMLFieldsetElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLFieldsetElementImpl | @xerces.internal |
WMLGoElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLGoElementImpl | @xerces.internal |
WMLHeadElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLHeadElementImpl | @xerces.internal |
WMLIElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLIElementImpl | @xerces.internal |
WMLImgElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLImgElementImpl | @xerces.internal |
WMLInputElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLInputElementImpl | @xerces.internal |
WMLMetaElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLMetaElementImpl | @xerces.internal |
WMLNoopElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLNoopElementImpl | @xerces.internal |
WMLOneventElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLOneventElementImpl | @xerces.internal |
WMLOptgroupElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLOptgroupElementImpl | @xerces.internal |
WMLOptionElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLOptionElementImpl | @xerces.internal |
WMLPElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLPElementImpl | @xerces.internal |
WMLPostfieldElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLPostfieldElementImpl | @xerces.internal |
WMLPrevElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLPrevElementImpl | @xerces.internal |
WMLRefreshElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLRefreshElementImpl | @xerces.internal |
WMLSelectElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLSelectElementImpl | @xerces.internal |
WMLSetvarElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLSetvarElementImpl | @xerces.internal |
WMLSmallElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLSmallElementImpl | @xerces.internal |
WMLStrongElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLStrongElementImpl | @xerces.internal |
WMLTableElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLTableElementImpl | @xerces.internal |
WMLTdElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLTdElementImpl | @xerces.internal |
WMLTemplateElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLTemplateElementImpl | @xerces.internal |
WMLTimerElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLTimerElementImpl | @xerces.internal |
WMLTrElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLTrElementImpl | @xerces.internal |
WMLUElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLUElementImpl | @xerces.internal |
WMLWmlElement | The interface is modeled after DOM1 Spec for HTML from W3C. |
WMLWmlElementImpl | @xerces.internal |
XHTMLSerializer | This class is deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information. |
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.@xerces.internal |
XML11EntityScanner | Implements the entity scanner methods in the context of XML 1.1.@xerces.internal |
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. |
XML11Serializer | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
XMLAttributeDecl | @xerces.internal |
XMLAttributes | The XMLAttributes interface defines a collection of attributes for an element. |
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. |
XMLComponent | The component interface defines methods that must be implemented by components in a parser configuration. |
XMLComponentManager | The component manager manages a parser configuration and the components that make up that configuration. |
XMLConfigurationException | An XNI parser configuration exception. |
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". |
XMLDocumentFilter | Defines a document filter that acts as both a receiver and an emitter of document events. |
XMLDocumentFragmentHandler | This handler interface contains methods necessary to receive information about document elements and content. |
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. |
XMLDocumentHandler | The document handler interface defines callback methods to report information items in XML documents. |
XMLDocumentParser | This is a concrete vanilla XML parser class. |
XMLDocumentScanner | This interface defines a generic document scanner. |
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. |
XMLDocumentSource | Defines a document source. |
XMLDTDContentModelFilter | Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events. |
XMLDTDContentModelHandler | The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration. |
XMLDTDContentModelSource | Defines a DTD content model source. |
XMLDTDDescription | All information specific to DTD grammars. |
XMLDTDDescription | All information specific to DTD grammars. |
XMLDTDFilter | Defines a DTD filter that acts as both a receiver and an emitter of DTD events. |
XMLDTDHandler | The DTD handler interface defines callback methods to report information items in the DTD of an XML document. |
XMLDTDLoader | The DTD loader. |
XMLDTDProcessor | The DTD processor. |
XMLDTDScanner | This interface defines a generic DTD scanner. |
XMLDTDScannerImpl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. |
XMLDTDSource | Defines a DTD source. |
XMLDTDValidator | The DTD validator. |
XMLDTDValidatorFilter | Defines a DTD Validator filter to allow components to query the DTD validator.@xerces.internal |
XMLElementDecl | @xerces.internal |
XMLEntityDecl | @xerces.internal |
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.@xerces.internal |
XMLEntityManager | The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities. |
XMLEntityManager.Entity | Entity information.@xerces.internal |
XMLEntityManager.ExternalEntity | External entity.@xerces.internal |
XMLEntityManager.InternalEntity | Internal entity.@xerces.internal |
XMLEntityManager.RewindableInputStream | This class wraps the byte inputstreams we're presented with. |
XMLEntityManager.ScannedEntity | Entity state.@xerces.internal |
XMLEntityResolver | This interface is used to resolve external parsed entities. |
XMLEntityScanner | Implements the entity scanner methods.@xerces.internal |
XMLErrorHandler | An interface for handling errors. |
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. |
XMLGrammarDescription | This interface describes basic attributes of XML grammars--their physical location and their type. |
XMLGrammarLoader | The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents. |
XMLGrammarParser | |
XMLGrammarPool | This interface specifies how the parser and the application interact with respect to Grammar objects that the application possesses--either by having precompiled them or by having stored them from a previous validation of an instance document. |
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. |
XMLInputSource | This class represents an input source for an XML document. |
XMLLocator | Location information. |
XMLMessageFormatter | XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation@xerces.internal |
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 | @xerces.internal |
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. |
XMLParseException | A parsing exception. |
XMLParser | Base class of all XML-related parsers. |
XMLParserConfiguration | Represents a parser configuration. |
XMLPullParserConfiguration | Represents a parser configuration that can be used as the configuration for a "pull" parser. |
XMLResourceIdentifier | This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.) |
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. |
XMLSchemaDescription | All information specific to XML Schema grammars. |
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. |
XMLSerializer | This class is deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information. |
XMLSimpleType | @xerces.internal |
XMLString | This class is used as a structure to pass text contained in the underlying character buffer of the scanner. |
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. |
XNIException | This exception is the base exception of all XNI exceptions. |
XPath | Bare minimum XPath parser.@xerces.internal |
XPath.Axis | Axis.@xerces.internal |
XPath.LocationPath | A location path representation for an XPath expression.@xerces.internal |
XPath.NodeTest | Node test.@xerces.internal |
XPath.Step | A location path step comprised of an axis and node test.@xerces.internal |
XPathException | XPath exception.@xerces.internal |
XPathMatcher | XPath matcher. |
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 <all>. |
XSAnnotation | This interface represents the Annotation schema component. |
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 <attribute> element information item |
XSAttributeDeclaration | The interface represents the Attribute Declaration schema component. |
XSAttributeGroupDecl | The XML representation for an attribute group declaration schema component is a global <attributeGroup> element information item |
XSAttributeGroupDefinition | This interface represents the Attribute Group Definition schema component. |
XSAttributeUse | This interface represents the Attribute Use schema component. |
XSAttributeUseImpl | The XML representation for an attribute use schema component is a local <attribute> element information item |
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 <complexType> element information item |
XSComplexTypeDefinition | This interface represents the Complex Type Definition schema component. |
XSConstants | This interface defines constants used by this specification. |
XSConstraints | Constraints shared by traversers and validator@xerces.internal |
XSDateTime | Interface to expose the values for all date-time related types. |
XSDDescription | All information specific to XML Schema grammars. |
XSDecimal | Interface to expose the value of 'decimal' and related datatypes. |
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. |
XSDouble | Interface to expose the value of the 'double' datatype. |
XSElementDecl | The XML representation for an element declaration schema component is an <element> element information item |
XSElementDeclaration | The interface represents the Element Declaration schema component. |
XSEmptyCM | XSEmptyCM is a derivative of the abstract content model base class that handles a content model with no chilren (elements). |
XSException | The XML Schema API operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). |
XSFacet | Describes a constraining facet. |
XSFacets | The class used to pass all facets to applyFacets(XSFacets, short, short, ValidationContext) . |
XSFloat | Interface to expose value of the float datatype. |
XSGrammar | Representing a schema grammar. |
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 <group> element information item |
XSIDCDefinition | This interface represents the Identity-constraint Definition schema component. |
XSImplementation | This interface allows one to retrieve an instance of XSLoader . |
XSImplementationImpl | Implements XSImplementation interface that allows one to retrieve an instance of XSLoader . |
XSLoader | An interface that provides a method to load XML Schema documents. |
XSLoaderImpl | An implementation of XSLoader which wraps XMLSchemaLoader. |
XSMessageFormatter | SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language |
XSModel | This interface represents an XML Schema. |
XSModelGroup | This interface represents the Model Group schema component. |
XSModelGroupDefinition | This interface represents the Model Group Definition schema component. |
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. |
XSMultiValueFacet | Describes a multi-value constraining facets: pattern and enumeration. |
XSNamedMap | Objects implementing the XSNamedMap interface are used to
represent immutable collections of XML Schema components that can be
accessed by name. |
XSNamedMap4Types | Containts the map between qnames and XSObject's. |
XSNamedMapImpl | Containts the map between qnames and XSObject's. |
XSNamespaceItem | The interface represents the namespace schema information information item. |
XSNamespaceItemList | The XSNamesaceItemList interface provides the abstraction of
an immutable ordered collection of XSNamespaceItem s, without
defining or constraining how this collection is implemented. |
XSNotationDecl | The XML representation for a NOTATION declaration schema component is a global <notation> element information item |
XSNotationDeclaration | This interface represents the Notation Declaration schema component. |
XSObject | The XSObject is a base object for the XML Schema component
model. |
XSObjectList | The XSObjectList interface provides the abstraction of an
immutable ordered collection of XSObject s, without defining
or constraining how this collection is implemented. |
XSObjectListImpl | Containts a list of XSObject's. |
XSParticle | This interface represents the Particle schema component. |
XSParticleDecl | Store schema particle declaration. |
XSQName | Interface to expose QName actual values |
XSSimpleType | This interface XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained. |
XSSimpleTypeDecl | @xerces.internal |
XSSimpleTypeDefinition | This interface represents the Simple Type Definition schema component. |
XSTerm | Describes a term that can be one of a model group, a wildcard, or an element declaration. |
XSTypeDefinition | This interface represents a complex or simple type definition. |
XSWildcard | This interface represents the Wildcard schema component. |
XSWildcardDecl | The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item |
YearDV | Validator for <gYear> datatype (W3C Schema Datatypes) |
YearMonthDV | Validator for <gYearMonth> datatype (W3C Schema Datatypes) |