Library:Apache Xerces2
Version:2.8.0
Compatibility:JDK 1.4
Classes in library Apache Xerces2.
NamePackageDescription
AbstractDateTimeDVorg.apache.xerces.impl.dv.xsThis is the base class of all date/time datatype validators.
AbstractDOMParserorg.apache.xerces.parsersThis is the base class of all DOM parsers.
AbstractSAXParserorg.apache.xerces.parsersThis is the base class of all SAX parsers.
AbstractSAXParser.AttributesProxyorg.apache.xerces.parsersNo description provided.
AbstractSAXParser.LocatorProxyorg.apache.xerces.parsersNo description provided.
AbstractXMLDocumentParserorg.apache.xerces.parsersThis is the base class for all XML document parsers.
AnySimpleDVorg.apache.xerces.impl.dv.xsRepresent the schema type "anySimpleType"
AnyURIDVorg.apache.xerces.impl.dv.xsRepresent the schema type "anyURI"
ASCIIReaderorg.apache.xerces.impl.ioA simple ASCII byte reader.
ASDOMImplementationImplorg.apache.xerces.domThe DOMImplementation class is description of a particular implementation of the Document Object Model.
ASModelImplorg.apache.xerces.domTo begin with, an abstract schema is a generic structure that could contain both internal and external subsets.
AttributeMaporg.apache.xerces.domAttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributePSVImplorg.apache.xerces.impl.xsAttribute PSV infoset augmentations implementation.
AttributesProxyorg.apache.xerces.utilWraps XMLAttributes and makes it look like AttributeList and Attributes .
AttrImplorg.apache.xerces.domAttribute represents an XML-style attribute of an Element.
AttrImplorg.apache.xerces.impl.xs.optiThis class represents a single attribute.
AttrNSImplorg.apache.xerces.domAttrNSImpl inherits from AttrImpl and adds namespace support.
AugmentationsImplorg.apache.xerces.utilThis class provides an implementation for Augmentations interface.
Base64org.apache.xerces.impl.dv.utilThis class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64BinaryDVorg.apache.xerces.impl.dv.xsRepresent the schema type "base64Binary"
BaseDVFactoryorg.apache.xerces.impl.dv.xsthe factory to create/return built-in schema DVs and create user-defined DVs
BaseMarkupSerializerorg.apache.xml.serializeBase class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
BasicParserConfigurationorg.apache.xerces.parsersA very basic parser configuration.
BMPatternorg.apache.xerces.impl.xpath.regexBoyer-Moore searcher.
BooleanDVorg.apache.xerces.impl.dv.xsRepresent the schema type "boolean"
ByteListImplorg.apache.xerces.impl.dv.utilImplementation of org.apache.xerces.xs.datatypes.ByteList.
CachingParserPoolorg.apache.xerces.parsersA parser pool that enables caching of grammars.
CachingParserPool.ShadowedGrammarPoolorg.apache.xerces.parsersShadowed grammar pool.
CachingParserPool.SynchronizedGrammarPoolorg.apache.xerces.parsersSynchronized grammar pool.
CDATASectionImplorg.apache.xerces.domXML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CharacterDataImplorg.apache.xerces.domCharacterData is an abstract Node that can carry character data as its Value.
ChildNodeorg.apache.xerces.domChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
CMAnyorg.apache.xerces.impl.dtd.modelsContent model any node.
CMBinOporg.apache.xerces.impl.dtd.modelsContent model Bin-Op node.
CMBuilderorg.apache.xerces.impl.xs.modelsThis class constructs content models for a given grammar.
CMLeaforg.apache.xerces.impl.dtd.modelsContent model leaf node.
CMNodeorg.apache.xerces.impl.dtd.modelsA content model node.
CMNodeFactoryorg.apache.xerces.impl.xs.modelsNo description provided.
CMStateSetorg.apache.xerces.impl.dtd.modelsThis class is a very simple bitset class.
CMUniOporg.apache.xerces.impl.dtd.modelsContent model Uni-Op node.
CommentImplorg.apache.xerces.domRepresents an XML (or HTML) comment.
ConfigurableValidationStateorg.apache.xerces.impl.validation

An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors.

Constantsorg.apache.xerces.implCommonly used constants.
CoreDocumentImplorg.apache.xerces.domThe Document interface represents the entire HTML or XML document.
CoreDOMImplementationImplorg.apache.xerces.domThe DOMImplementation class is description of a particular implementation of the Document Object Model.
DatatypeFactoryImplorg.apache.xerces.jaxp.datatype

Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.

DatatypeMessageFormatterorg.apache.xerces.util

Used to format JAXP 1.3 Datatype API error messages using a specified locale.

DateDVorg.apache.xerces.impl.dv.xsValidator for datatype (W3C Schema datatypes)
DateTimeDVorg.apache.xerces.impl.dv.xsValidator for <dateTime> datatype (W3C Schema Datatypes)
DayDVorg.apache.xerces.impl.dv.xsValidator for <gDay> datatype (W3C Schema datatypes)
DecimalDVorg.apache.xerces.impl.dv.xsRepresent the schema type "decimal"
DeepNodeListImplorg.apache.xerces.domThis class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DefaultDocumentorg.apache.xerces.impl.xs.optiNo description provided.
DefaultElementorg.apache.xerces.impl.xs.optiNo description provided.
DefaultErrorHandlerorg.apache.xerces.utilDefault error handler.
DefaultNodeorg.apache.xerces.impl.xs.optiNo description provided.
DefaultTextorg.apache.xerces.impl.xs.optiThe Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
DefaultXMLDocumentHandlerorg.apache.xerces.impl.xs.optiNo description provided.
DeferredAttrImplorg.apache.xerces.domAttribute represents an XML-style attribute of an Element.
DeferredAttrNSImplorg.apache.xerces.domDeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.
DeferredCDATASectionImplorg.apache.xerces.domXML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
DeferredCommentImplorg.apache.xerces.domRepresents an XML (or HTML) comment.
DeferredDocumentImplorg.apache.xerces.domThe Document interface represents the entire HTML or XML document.
DeferredDocumentTypeImplorg.apache.xerces.domThis class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DeferredDOMImplementationImplorg.apache.xerces.dom

This DOMImplementation class is description of a particular implementation of the Document Object Model.

DeferredElementDefinitionImplorg.apache.xerces.domNON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
DeferredElementImplorg.apache.xerces.domElements represent most of the "markup" and structure of the document.
DeferredElementNSImplorg.apache.xerces.domDeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.
DeferredEntityImplorg.apache.xerces.domEntity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
DeferredEntityReferenceImplorg.apache.xerces.domEntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
DeferredNotationImplorg.apache.xerces.domNotations 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.
DeferredProcessingInstructionImplorg.apache.xerces.domProcessing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
DeferredTextImplorg.apache.xerces.domText nodes hold the non-markup, non-Entity content of an Element or Attribute.
DFAContentModelorg.apache.xerces.impl.dtd.modelsDFAContentModel is the derivative of ContentModel that does all of the non-trivial element content validation.
DocumentBuilderFactoryImplorg.apache.xerces.jaxpNo description provided.
DocumentBuilderImplorg.apache.xerces.jaxpNo description provided.
DocumentFragmentImplorg.apache.xerces.domDocumentFragment is a "lightweight" or "minimal" Document object.
DocumentImplorg.apache.xerces.domThe Document interface represents the entire HTML or XML document.
DocumentTypeImplorg.apache.xerces.domThis class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DOMASBuilderImplorg.apache.xerces.parsersThis is Abstract Schema DOM Builder class.
DOMConfigurationImplorg.apache.xerces.domXerces implementation of DOMConfiguration that maintains a table of recognized parameters.
DOMEntityResolverWrapperorg.apache.xerces.utilThis class wraps DOM entity resolver to XNI entity resolver.
DOMErrorHandlerWrapperorg.apache.xerces.utilThis class handles DOM errors .
DOMErrorImplorg.apache.xerces.domDOMErrorImpl is an implementation that describes an error.
DOMImplementationImplorg.apache.xerces.domThe DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMImplementationListImplorg.apache.xerces.dom

This class implements the DOM Level 3 Core interface DOMImplementationList.

DOMImplementationSourceImplorg.apache.xerces.domSupply one the right implementation, based upon requested features.
DOMInputImplorg.apache.xerces.domThis Class DOMInputImpl represents a single input source for an XML entity.
DOMInputSourceorg.apache.xerces.util

An XMLInputSource analogue to javax.xml.transform.dom.DOMSource.

DOMLocatorImplorg.apache.xerces.domDOMLocatorImpl is an implementaion that describes a location (e.g.
DOMMessageFormatterorg.apache.xerces.domUsed to format DOM error messages, using the system locale.
DOMNormalizerorg.apache.xerces.domThis class adds implementation for normalizeDocument method.
DOMNormalizer.XMLAttributesProxyorg.apache.xerces.domNo description provided.
DOMOutputImplorg.apache.xerces.domThis class represents an output destination for data.
DOMParserorg.apache.xerces.parsersThis is the main Xerces DOM parser class.
DOMParserImplorg.apache.xerces.parsersThis is Xerces DOM Builder class.
DOMSerializerImplorg.apache.xml.serializeEXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization calls to XMLSerializer.
DOMStringListImplorg.apache.xerces.domDOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList.
DOMUtilorg.apache.xerces.utilSome useful utility methods.
DOMXSImplementationSourceImplorg.apache.xerces.domAllows to retrieve XSImplementation, DOM Level 3 Core and LS implementations and PSVI implementation.
DoubleDVorg.apache.xerces.impl.dv.xsRepresent the schema type "double"
DTDConfigurationorg.apache.xerces.parsersThis is the DTD-only parser configuration.
DTDDVFactoryorg.apache.xerces.impl.dvThe factory to create and return DTD types.
DTDDVFactoryImplorg.apache.xerces.impl.dv.dtdthe factory to create/return built-in schema DVs and create user-defined DVs
DTDGrammarorg.apache.xerces.impl.dtdA DTD grammar.
DTDGrammar.QNameHashtableorg.apache.xerces.impl.dtdA simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.
DTDGrammarBucketorg.apache.xerces.impl.dtdThis very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool.
DTDParserorg.apache.xerces.parsersNo description provided.
DurationDVorg.apache.xerces.impl.dv.xsValidator for <duration> datatype (W3C Schema Datatypes)
ElementDefinitionImplorg.apache.xerces.domNON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementImplorg.apache.xerces.domElements represent most of the "markup" and structure of the document.
ElementImplorg.apache.xerces.impl.xs.optiNo description provided.
ElementNSImplorg.apache.xerces.domElementNSImpl inherits from ElementImpl and adds namespace support.
ElementPSVImplorg.apache.xerces.impl.xsElement PSV infoset augmentations implementation.
ElementStateorg.apache.xml.serializeHolds the state of the currently serialized element.
EncodingInfoorg.apache.xml.serializeThis class represents an encoding.
EncodingMaporg.apache.xerces.utilEncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
Encodingsorg.apache.xml.serializeProvides information about encodings.
ENTITYDatatypeValidatororg.apache.xerces.impl.dv.dtd

ENTITYDatatypeValidator implements the DatattypeValidator interface.

EntityDVorg.apache.xerces.impl.dv.xsRepresent the schema type "entity"
EntityImplorg.apache.xerces.domEntity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityReferenceImplorg.apache.xerces.domEntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityResolver2Wrapperorg.apache.xerces.util

This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver.

EntityResolverWrapperorg.apache.xerces.utilThis class wraps a SAX entity resolver in an XNI entity resolver.
ErrorHandlerProxyorg.apache.xerces.utilWraps XMLErrorHandler and make it look like a SAX ErrorHandler .
ErrorHandlerWrapperorg.apache.xerces.utilThis class wraps a SAX error handler in an XNI error handler.
EventImplorg.apache.xerces.dom.eventsEventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
Fieldorg.apache.xerces.impl.xs.identitySchema identity constraint field.
Field.Matcherorg.apache.xerces.impl.xs.identityField matcher.
Field.XPathorg.apache.xerces.impl.xs.identityField XPath.
FloatDVorg.apache.xerces.impl.dv.xsRepresent the schema type "float"
FullDVFactoryorg.apache.xerces.impl.dv.xsthe factory to create/return built-in schema DVs and create user-defined DVs
HexBinorg.apache.xerces.impl.dv.utilformat validation This class encodes/decodes hexadecimal data
HexBinaryDVorg.apache.xerces.impl.dv.xsRepresent the schema type "hexBinary"
HTMLAnchorElementImplorg.apache.html.domNo description provided.
HTMLAppletElementImplorg.apache.html.domNo description provided.
HTMLAreaElementImplorg.apache.html.domNo description provided.
HTMLBaseElementImplorg.apache.html.domNo description provided.
HTMLBaseFontElementImplorg.apache.html.domNo description provided.
HTMLBodyElementImplorg.apache.html.domNo description provided.
HTMLBRElementImplorg.apache.html.domNo description provided.
HTMLBuilderorg.apache.html.domThis is a SAX document handler that is used to build an HTML document.
HTMLButtonElementImplorg.apache.html.domNo description provided.
HTMLDirectoryElementImplorg.apache.html.domNo description provided.
HTMLDivElementImplorg.apache.html.domNo description provided.
HTMLDListElementImplorg.apache.html.domNo description provided.
HTMLDocumentImplorg.apache.html.domImplements an HTML document.
HTMLDOMImplementationImplorg.apache.html.domProvides number of methods for performing operations that are independent of any particular instance of the document object model.
HTMLdtdorg.apache.xml.serializeUtility class for accessing information specific to HTML documents.
HTMLElementImplorg.apache.html.domImplements an HTML-specific element, an Element that will only appear inside HTML documents.
HTMLFieldSetElementImplorg.apache.html.domNo description provided.
HTMLFontElementImplorg.apache.html.domNo description provided.
HTMLFormElementImplorg.apache.html.domNo description provided.
HTMLFrameElementImplorg.apache.html.domNo description provided.
HTMLFrameSetElementImplorg.apache.html.domNo description provided.
HTMLHeadElementImplorg.apache.html.domNo description provided.
HTMLHeadingElementImplorg.apache.html.domNo description provided.
HTMLHRElementImplorg.apache.html.domNo description provided.
HTMLHtmlElementImplorg.apache.html.domNo description provided.
HTMLIFrameElementImplorg.apache.html.domNo description provided.
HTMLImageElementImplorg.apache.html.domNo description provided.
HTMLInputElementImplorg.apache.html.domNo description provided.
HTMLIsIndexElementImplorg.apache.html.domNo description provided.
HTMLLabelElementImplorg.apache.html.domNo description provided.
HTMLLegendElementImplorg.apache.html.domNo description provided.
HTMLLIElementImplorg.apache.html.domNo description provided.
HTMLLinkElementImplorg.apache.html.domNo description provided.
HTMLMapElementImplorg.apache.html.domNo description provided.
HTMLMenuElementImplorg.apache.html.domNo description provided.
HTMLMetaElementImplorg.apache.html.domNo description provided.
HTMLModElementImplorg.apache.html.domNo description provided.
HTMLObjectElementImplorg.apache.html.domNo description provided.
HTMLOListElementImplorg.apache.html.domNo description provided.
HTMLOptGroupElementImplorg.apache.html.domNo description provided.
HTMLOptionElementImplorg.apache.html.domNo description provided.
HTMLParagraphElementImplorg.apache.html.domNo description provided.
HTMLParamElementImplorg.apache.html.domNo description provided.
HTMLPreElementImplorg.apache.html.domNo description provided.
HTMLQuoteElementImplorg.apache.html.domNo description provided.
HTMLScriptElementImplorg.apache.html.domNo description provided.
HTMLSelectElementImplorg.apache.html.domNo description provided.
HTMLSerializerorg.apache.xml.serializeImplements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
HTMLStyleElementImplorg.apache.html.domNo description provided.
HTMLTableCaptionElementImplorg.apache.html.domNo description provided.
HTMLTableCellElementImplorg.apache.html.domNo description provided.
HTMLTableColElementImplorg.apache.html.domNo description provided.
HTMLTableElementImplorg.apache.html.domNo description provided.
HTMLTableRowElementImplorg.apache.html.domNo description provided.
HTMLTableSectionElementImplorg.apache.html.domNo description provided.
HTMLTextAreaElementImplorg.apache.html.domNo description provided.
HTMLTitleElementImplorg.apache.html.domNo description provided.
HTMLUListElementImplorg.apache.html.domNo description provided.
HTTPInputSourceorg.apache.xerces.utilThis class represents an input source for an XML resource retrievable over HTTP.
IDDatatypeValidatororg.apache.xerces.impl.dv.dtd

IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation.

IDDVorg.apache.xerces.impl.dv.xsRepresent the schema type "ID"
IdentityConstraintorg.apache.xerces.impl.xs.identityBase class of Schema identity constraint.
IDREFDatatypeValidatororg.apache.xerces.impl.dv.dtd

IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation.

IDREFDVorg.apache.xerces.impl.dv.xsRepresent the schema type "IDREF"
IndentPrinterorg.apache.xml.serializeExtends Printer and adds support for indentation and line wrapping.
IntegerDVorg.apache.xerces.impl.dv.xsRepresent the schema type "integer"
IntegratedParserConfigurationorg.apache.xerces.parsersThis is configuration uses a scanner that integrates both scanning of the document and binding namespaces.
IntStackorg.apache.xerces.utilA simple integer based stack.
JAXPNamespaceContextWrapperorg.apache.xerces.util

A read-only XNI wrapper around a JAXP NamespaceContext.

KeyReforg.apache.xerces.impl.xs.identitySchema key reference identity constraint.
LineSeparatororg.apache.xml.serializeNo description provided.
ListDatatypeValidatororg.apache.xerces.impl.dv.dtdFor list types: ENTITIES, IDREFS, NMTOKENS.
ListDVorg.apache.xerces.impl.dv.xsRepresent the schema list types
LocatorProxyorg.apache.xerces.utilWraps XMLLocator and make it look like a SAX Locator .
Matchorg.apache.xerces.impl.xpath.regexAn instance of this class has ranges captured in matching.
Methodorg.apache.xml.serializeNo description provided.
MixedContentModelorg.apache.xerces.impl.dtd.modelsMixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements.
MonthDayDVorg.apache.xerces.impl.dv.xsValidator for <gMonthDay> datatype (W3C Schema Datatypes)
MonthDVorg.apache.xerces.impl.dv.xsValidator for <gMonth> datatype (W3C Schema Datatypes)
MultipleScopeNamespaceSupportorg.apache.xerces.xincludeThis implementation of NamespaceContext has the ability to maintain multiple scopes of namespace/prefix bindings.
MutationEventImplorg.apache.xerces.dom.eventsNo description provided.
NamedNodeMapImplorg.apache.xerces.domNamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImplorg.apache.xerces.impl.xs.optiNo description provided.
NameNodeListImplorg.apache.html.domThis class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NamespaceSupportorg.apache.xerces.utilNamespace support for XML document handlers.
NamespaceSupport.Prefixesorg.apache.xerces.utilNo description provided.
NMTOKENDatatypeValidatororg.apache.xerces.impl.dv.dtdNMTOKEN datatype validator.
NodeImplorg.apache.xerces.domNodeImpl provides the basic structure of a DOM tree.
NodeImplorg.apache.xerces.impl.xs.optiNo description provided.
NodeIteratorImplorg.apache.xerces.domDefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NonValidatingConfigurationorg.apache.xerces.parsersThis is the non validating parser configuration.
NOTATIONDatatypeValidatororg.apache.xerces.impl.dv.dtdNOTATIONValidator defines the interface that data type validators must obey.
NotationImplorg.apache.xerces.domNotations 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.
NSItemListImplorg.apache.xerces.impl.xs.utilContaints a list of Object's.
OutputFormatorg.apache.xml.serializeSpecifies an output format to control the serializer.
OutputFormat.Defaultsorg.apache.xml.serializeNo description provided.
OutputFormat.DTDorg.apache.xml.serializeNo description provided.
ParentNodeorg.apache.xerces.domParentNode inherits from ChildNode and adds the capability of having child nodes.
ParserConfigurationSettingsorg.apache.xerces.utilThis class implements the basic operations for managing parser configuration features and properties.
Printerorg.apache.xml.serializeThe printer is responsible for sending text to the output stream or writer.
ProcessingInstructionImplorg.apache.xerces.domProcessing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
PSVIAttrNSImplorg.apache.xerces.domAttribute namespace implementation; stores PSVI attribute items.
PSVIDocumentImplorg.apache.xerces.domOur own document implementation, which knows how to create an element with PSVI information.
PSVIDOMImplementationImplorg.apache.xerces.domThe DOMImplementation class is description of a particular implementation of the Document Object Model.
PSVIElementNSImplorg.apache.xerces.domElement namespace implementation; stores PSVI element items.
QNameorg.apache.xerces.xniA structure that holds the components of an XML Namespaces qualified name.
QNameDVorg.apache.xerces.impl.dv.xsRepresent the schema type "QName" and "NOTATION"
RangeImplorg.apache.xerces.domThe RangeImpl class implements the org.w3c.dom.range.Range interface.
RegularExpressionorg.apache.xerces.impl.xpath.regexA regular expression matching engine using Non-deterministic Finite Automaton (NFA).
REUtilorg.apache.xerces.impl.xpath.regexNo description provided.
SAXInputSourceorg.apache.xerces.util

An XMLInputSource analogue to javax.xml.transform.sax.SAXSource.

SAXLocatorWrapperorg.apache.xerces.util

A light wrapper around a SAX locator.

SAXMessageFormatterorg.apache.xerces.utilUsed to format SAX error messages using a specified locale.
SAXParserorg.apache.xerces.parsersThis is the main Xerces SAX parser class.
SAXParserFactoryImplorg.apache.xerces.jaxpThis is the implementation specific class for the javax.xml.parsers.SAXParserFactory.
SAXParserImplorg.apache.xerces.jaxpThis is the implementation specific class for the javax.xml.parsers.SAXParser.
SAXParserImpl.JAXPSAXParserorg.apache.xerces.jaxpExtension of SAXParser.
SchemaDOMorg.apache.xerces.impl.xs.optiNo description provided.
SchemaDOMParserorg.apache.xerces.impl.xs.optiNo description provided.
SchemaDVFactoryorg.apache.xerces.impl.dvDefines a factory API that enables applications to
SchemaDVFactoryImplorg.apache.xerces.impl.dv.xsthe factory to create/return built-in schema DVs and create user-defined DVs
SchemaGrammarorg.apache.xerces.impl.xsThis class is to hold all schema component declaration that are declared within one namespace.
SchemaGrammar.BuiltinSchemaGrammarorg.apache.xerces.impl.xsNo description provided.
SchemaGrammar.Schema4Annotationsorg.apache.xerces.impl.xs

A partial schema for schemas for validating annotations.

SchemaNamespaceSupportorg.apache.xerces.impl.xsThis class customizes the behaviour of the util.NamespaceSupport class in order to easily implement some features that we need for efficient schema handling.
SchemaParsingConfigorg.apache.xerces.impl.xs.optiNo description provided.
SchemaSymbolsorg.apache.xerces.impl.xsCollection of symbols used to parse a Schema Grammar.
SecurityConfigurationorg.apache.xerces.parsersThis 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.
SecurityManagerorg.apache.xerces.utilThis 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.
Selectororg.apache.xerces.impl.xs.identitySchema identity constraint selector.
Selector.Matcherorg.apache.xerces.impl.xs.identitySelector matcher.
Selector.XPathorg.apache.xerces.impl.xs.identitySchema identity constraint selector XPath expression.
SerializerFactoryorg.apache.xml.serializeNo description provided.
ShadowedSymbolTableorg.apache.xerces.utilShadowed symbol table.
ShortListImplorg.apache.xerces.impl.xs.utilContaints a list of Object's.
SimpleContentModelorg.apache.xerces.impl.dtd.modelsSimpleContentModel 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.
SimpleLocatororg.apache.xerces.impl.xs.utilAn XMLLocator implementation used for schema error reporting.
StandardParserConfigurationorg.apache.xerces.parsersThis is the "standard" parser configuration.
StringDatatypeValidatororg.apache.xerces.impl.dv.dtd

StringValidator validates that XML content is a W3C string type.

StringDVorg.apache.xerces.impl.dv.xsRepresent the schema type "string"
StringListImplorg.apache.xerces.impl.xs.utilContaints a list of Object's.
SubstitutionGroupHandlerorg.apache.xerces.impl.xsTo store and validate information about substitutionGroup
SymbolHashorg.apache.xerces.utilThis class is an unsynchronized hash table primary used for String to Object mapping.
SymbolHash.Entryorg.apache.xerces.utilThis class is a key table entry.
SymbolTableorg.apache.xerces.utilThis class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable.Entryorg.apache.xerces.utilThis class is a symbol table entry.
SynchronizedSymbolTableorg.apache.xerces.utilSynchronized symbol table.
TextImplorg.apache.xerces.domText nodes hold the non-markup, non-Entity content of an Element or Attribute.
TextImplorg.apache.xerces.impl.xs.optiNo description provided.
TextSerializerorg.apache.xml.serializeImplements a text serializer supporting both DOM and SAX serializing.
TimeDVorg.apache.xerces.impl.dv.xsValidator for <time> datatype (W3C Schema Datatypes)
TreeWalkerImplorg.apache.xerces.domThis class implements the TreeWalker interface.
TypeValidatororg.apache.xerces.impl.dv.xsAll primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract class.
UCSReaderorg.apache.xerces.impl.ioReader for UCS-2 and UCS-4 encodings.
UnionDVorg.apache.xerces.impl.dv.xsRepresent the schema union types
UniqueOrKeyorg.apache.xerces.impl.xs.identitySchema unique or key identity constraint.
URIorg.apache.xerces.utilA class to represent a Uniform Resource Identifier (URI).
UTF8Readerorg.apache.xerces.impl.io

A UTF-8 reader.

ValidatedInfoorg.apache.xerces.impl.dvClass to get the information back after content is validated.
ValidationManagerorg.apache.xerces.impl.validationValidationManager is a coordinator property for validators in the pipeline.
ValidationStateorg.apache.xerces.impl.validationImplementation of ValidationContext inteface.
Versionorg.apache.xerces.implThis class defines the version number of the parser.
WMLAccessElementImplorg.apache.wml.domNo description provided.
WMLAElementImplorg.apache.wml.domNo description provided.
WMLAnchorElementImplorg.apache.wml.domNo description provided.
WMLBElementImplorg.apache.wml.domNo description provided.
WMLBigElementImplorg.apache.wml.domNo description provided.
WMLBrElementImplorg.apache.wml.domNo description provided.
WMLCardElementImplorg.apache.wml.domNo description provided.
WMLDocumentImplorg.apache.wml.domNo description provided.
WMLDoElementImplorg.apache.wml.domNo description provided.
WMLDOMImplementationImplorg.apache.wml.domNo description provided.
WMLElementImplorg.apache.wml.domNo description provided.
WMLEmElementImplorg.apache.wml.domNo description provided.
WMLFieldsetElementImplorg.apache.wml.domNo description provided.
WMLGoElementImplorg.apache.wml.domNo description provided.
WMLHeadElementImplorg.apache.wml.domNo description provided.
WMLIElementImplorg.apache.wml.domNo description provided.
WMLImgElementImplorg.apache.wml.domNo description provided.
WMLInputElementImplorg.apache.wml.domNo description provided.
WMLMetaElementImplorg.apache.wml.domNo description provided.
WMLNoopElementImplorg.apache.wml.domNo description provided.
WMLOneventElementImplorg.apache.wml.domNo description provided.
WMLOptgroupElementImplorg.apache.wml.domNo description provided.
WMLOptionElementImplorg.apache.wml.domNo description provided.
WMLPElementImplorg.apache.wml.domNo description provided.
WMLPostfieldElementImplorg.apache.wml.domNo description provided.
WMLPrevElementImplorg.apache.wml.domNo description provided.
WMLRefreshElementImplorg.apache.wml.domNo description provided.
WMLSelectElementImplorg.apache.wml.domNo description provided.
WMLSetvarElementImplorg.apache.wml.domNo description provided.
WMLSmallElementImplorg.apache.wml.domNo description provided.
WMLStrongElementImplorg.apache.wml.domNo description provided.
WMLTableElementImplorg.apache.wml.domNo description provided.
WMLTdElementImplorg.apache.wml.domNo description provided.
WMLTemplateElementImplorg.apache.wml.domNo description provided.
WMLTimerElementImplorg.apache.wml.domNo description provided.
WMLTrElementImplorg.apache.wml.domNo description provided.
WMLUElementImplorg.apache.wml.domNo description provided.
WMLWmlElementImplorg.apache.wml.domNo description provided.
XHTMLSerializerorg.apache.xml.serializeImplements an XHTML serializer supporting both DOM and SAX pretty serializing.
XInclude11TextReaderorg.apache.xerces.xincludeThis 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".
XIncludeAwareParserConfigurationorg.apache.xerces.parsersThis class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.
XIncludeHandlerorg.apache.xerces.xinclude

This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.

XIncludeHandler.Notationorg.apache.xerces.xincludeNo description provided.
XIncludeHandler.UnparsedEntityorg.apache.xerces.xincludeNo description provided.
XIncludeMessageFormatterorg.apache.xerces.xincludeXIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
XIncludeNamespaceSupportorg.apache.xerces.xincludeThis is an implementation of NamespaceContext which is intended to be used for XInclude processing.
XIncludeParserConfigurationorg.apache.xerces.parsersThis 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.
XIncludeTextReaderorg.apache.xerces.xincludeThis class is used for reading resources requested in <include> elements, when the parse attribute of the <include> element is "text".
XIntorg.apache.xerces.impl.xs.utilNo description provided.
XIntPoolorg.apache.xerces.impl.xs.utilNo description provided.
XML11Charorg.apache.xerces.utilThis class defines the basic properties of characters in XML 1.1.
XML11Configurationorg.apache.xerces.parsersThis class is the configuration used to parse XML 1.0 and XML 1.1 documents.
XML11DocumentScannerImplorg.apache.xerces.implThis class is responsible for scanning XML document structure and content.
XML11DTDConfigurationorg.apache.xerces.parsersThis class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11DTDDVFactoryImplorg.apache.xerces.impl.dv.dtdthe factory to create/return built-in XML 1.1 DVs and create user-defined DVs
XML11DTDProcessororg.apache.xerces.impl.dtdThis class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
XML11DTDScannerImplorg.apache.xerces.implThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XML11DTDValidatororg.apache.xerces.impl.dtdThis allows the validator to correctlyhandle XML 1.1 documents.
XML11EntityScannerorg.apache.xerces.implImplements the entity scanner methods in the context of XML 1.1.
XML11IDDatatypeValidatororg.apache.xerces.impl.dv.dtd

IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation.

XML11IDREFDatatypeValidatororg.apache.xerces.impl.dv.dtd

IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation.

XML11NamespaceBinderorg.apache.xerces.implThis class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
XML11NMTOKENDatatypeValidatororg.apache.xerces.impl.dv.dtdNMTOKEN datatype validator for NMTokens from XML 1.1.
XML11NonValidatingConfigurationorg.apache.xerces.parsersThis class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11NSDocumentScannerImplorg.apache.xerces.implThe scanner acts as the source for the document information which is communicated to the document handler.
XML11NSDocumentScannerImpl.NS11ContentDispatcherorg.apache.xerces.implDispatcher to handle content scanning.
XML11NSDTDValidatororg.apache.xerces.impl.dtdThe DTD validator.
XML11Serializerorg.apache.xml.serializeImplements an XML serializer supporting both DOM and SAX pretty serializing.
XMLAttributeDeclorg.apache.xerces.impl.dtdNo description provided.
XMLAttributesImplorg.apache.xerces.utilThe XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
XMLCatalogResolverorg.apache.xerces.util

The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs.

XMLCharorg.apache.xerces.utilThis class defines the basic XML character properties.
XMLContentSpecorg.apache.xerces.impl.dtdContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLDocumentFragmentScannerImplorg.apache.xerces.implThis class is responsible for scanning the structure and content of document fragments.
XMLDocumentFragmentScannerImpl.ElementStackorg.apache.xerces.implElement stack.
XMLDocumentFragmentScannerImpl.FragmentContentDispatcherorg.apache.xerces.implDispatcher to handle content scanning.
XMLDocumentParserorg.apache.xerces.parsersThis is a concrete vanilla XML parser class.
XMLDocumentScannerImplorg.apache.xerces.implThis class is responsible for scanning XML document structure and content.
XMLDocumentScannerImpl.ContentDispatcherorg.apache.xerces.implDispatcher to handle content scanning.
XMLDocumentScannerImpl.DTDDispatcherorg.apache.xerces.implDispatcher to handle the internal and external DTD subsets.
XMLDocumentScannerImpl.PrologDispatcherorg.apache.xerces.implDispatcher to handle prolog scanning.
XMLDocumentScannerImpl.TrailingMiscDispatcherorg.apache.xerces.implDispatcher to handle trailing miscellaneous section scanning.
XMLDocumentScannerImpl.XMLDeclDispatcherorg.apache.xerces.implDispatcher to handle XMLDecl scanning.
XMLDTDDescriptionorg.apache.xerces.impl.dtdAll information specific to DTD grammars.
XMLDTDLoaderorg.apache.xerces.impl.dtdThe DTD loader.
XMLDTDProcessororg.apache.xerces.impl.dtdThe DTD processor.
XMLDTDScannerImplorg.apache.xerces.implThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XMLDTDValidatororg.apache.xerces.impl.dtdThe DTD validator.
XMLElementDeclorg.apache.xerces.impl.dtdNo description provided.
XMLEntityDeclorg.apache.xerces.impl.dtdNo description provided.
XMLEntityDescriptionImplorg.apache.xerces.util

This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.

XMLEntityManagerorg.apache.xerces.implThe entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.
XMLEntityManager.Entityorg.apache.xerces.implEntity information.
XMLEntityManager.ExternalEntityorg.apache.xerces.implExternal entity.
XMLEntityManager.InternalEntityorg.apache.xerces.implInternal entity.
XMLEntityManager.RewindableInputStreamorg.apache.xerces.implThis class wraps the byte inputstreams we're presented with.
XMLEntityManager.ScannedEntityorg.apache.xerces.implEntity state.
XMLEntityScannerorg.apache.xerces.implImplements the entity scanner methods.
XMLErrorReporterorg.apache.xerces.implThis class is a common element of all parser configurations and is used to report errors that occur.
XMLGrammarCachingConfigurationorg.apache.xerces.parsers

This configuration provides a generic way of using Xerces's grammar caching facilities.

XMLGrammarParserorg.apache.xerces.parsersNo description provided.
XMLGrammarPoolImplorg.apache.xerces.utilStores grammars in a pool associated to a specific key.
XMLGrammarPoolImpl.Entryorg.apache.xerces.utilThis class is a grammar pool entry.
XMLGrammarPreparserorg.apache.xerces.parsers

This class provides an easy way for a user to preparse grammars of various types.

XMLInputSourceorg.apache.xerces.xni.parserThis class represents an input source for an XML document.
XMLMessageFormatterorg.apache.xerces.impl.msgXMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
XMLNamespaceBinderorg.apache.xerces.implThis class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
XMLNotationDeclorg.apache.xerces.impl.dtdNo description provided.
XMLNSDocumentScannerImplorg.apache.xerces.implThe scanner acts as the source for the document information which is communicated to the document handler.
XMLNSDocumentScannerImpl.NSContentDispatcherorg.apache.xerces.implDispatcher to handle content scanning.
XMLNSDTDValidatororg.apache.xerces.impl.dtdThe DTD validator.
XMLParserorg.apache.xerces.parsersBase class of all XML-related parsers.
XMLResourceIdentifierImplorg.apache.xerces.utilThe XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.
XMLScannerorg.apache.xerces.implThis class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content.
XMLSchemaFactoryorg.apache.xerces.jaxp.validationSchemaFactory for XML Schema.
XMLSchemaLoaderorg.apache.xerces.impl.xsThis class implements xni.grammars.XMLGrammarLoader.
XMLSchemaValidatororg.apache.xerces.impl.xsThe XML Schema validator.
XMLSchemaValidator.KeyRefValueStoreorg.apache.xerces.impl.xsKey reference value store.
XMLSchemaValidator.KeyValueStoreorg.apache.xerces.impl.xsKey value store.
XMLSchemaValidator.LocalIDKeyorg.apache.xerces.impl.xsNo description provided.
XMLSchemaValidator.ShortVectororg.apache.xerces.impl.xsA simple vector for shorts.
XMLSchemaValidator.UniqueValueStoreorg.apache.xerces.impl.xsUnique value store.
XMLSchemaValidator.ValueStoreBaseorg.apache.xerces.impl.xsValue store implementation base class.
XMLSchemaValidator.ValueStoreCacheorg.apache.xerces.impl.xsValue store cache.
XMLSchemaValidator.XPathMatcherStackorg.apache.xerces.impl.xsStack of XPath matchers for identity constraints.
XMLSchemaValidator.XSIErrorReporterorg.apache.xerces.impl.xsA wrapper of the standard error reporter.
XMLSerializerorg.apache.xml.serializeImplements an XML serializer supporting both DOM and SAX pretty serializing.
XMLSimpleTypeorg.apache.xerces.impl.dtdNo description provided.
XMLStringorg.apache.xerces.xniThis class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLStringBufferorg.apache.xerces.utilXMLString is a structure used to pass character arrays.
XMLSymbolsorg.apache.xerces.utilAll internalized xml symbols.
XMLVersionDetectororg.apache.xerces.implThis class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0.
XPathorg.apache.xerces.impl.xpathBare minimum XPath parser.
XPath.Axisorg.apache.xerces.impl.xpathAxis.
XPath.LocationPathorg.apache.xerces.impl.xpathA location path representation for an XPath expression.
XPath.NodeTestorg.apache.xerces.impl.xpathNode test.
XPath.Steporg.apache.xerces.impl.xpathA location path step comprised of an axis and node test.
XPathMatcherorg.apache.xerces.impl.xs.identityXPath matcher.
XPointerHandlerorg.apache.xerces.xpointer

This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.

XPointerParserConfigurationorg.apache.xerces.parsersThis 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.
XSAllCMorg.apache.xerces.impl.xs.modelsXSAllCM implements XSCMValidator and handles
XSAnnotationImplorg.apache.xerces.impl.xsThis is an implementation of the XSAnnotation schema component.
XSAttributeCheckerorg.apache.xerces.impl.xs.traversersClass XSAttributeCheck is used to check the validity of attributes appearing in the schema document.
XSAttributeDeclorg.apache.xerces.impl.xsThe XML representation for an attribute declaration schema component is an element information item
XSAttributeGroupDeclorg.apache.xerces.impl.xsThe XML representation for an attribute group declaration schema component is a global element information item
XSAttributeUseImplorg.apache.xerces.impl.xsThe XML representation for an attribute use schema component is a local element information item
XSCMBinOporg.apache.xerces.impl.xs.modelsContent model Bin-Op node.
XSCMLeaforg.apache.xerces.impl.xs.modelsContent model leaf node.
XSCMUniOporg.apache.xerces.impl.xs.modelsContent model Uni-Op node.
XSComplexTypeDeclorg.apache.xerces.impl.xsThe XML representation for a complexType schema component is a element information item
XSConstraintsorg.apache.xerces.impl.xsConstaints shared by traversers and validator
XSDDescriptionorg.apache.xerces.impl.xsAll information specific to XML Schema grammars.
XSDeclarationPoolorg.apache.xerces.impl.xsThis class is pool that enables caching of XML Schema declaration objects.
XSDFACMorg.apache.xerces.impl.xs.modelsDFAContentModel is the implementation of XSCMValidator that does all of the non-trivial element content validation.
XSDHandlerorg.apache.xerces.impl.xs.traversersThe purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema.
XSElementDeclorg.apache.xerces.impl.xsThe XML representation for an element declaration schema component is an element information item
XSEmptyCMorg.apache.xerces.impl.xs.modelsXSEmptyCM is a derivative of the abstract content model base class that handles a content model with no chilren (elements).
XSFacetsorg.apache.xerces.impl.dvThe class used to pass all facets to applyFacets(XSFacets, short, short, ValidationContext) .
XSGrammarBucketorg.apache.xerces.impl.xsA class used to hold the internal schema grammar set for the current instance
XSGrammarPoolorg.apache.xerces.impl.xs.utilAdd a method that return an XSModel that represents components in the schema grammars in this pool implementation.
XSGroupDeclorg.apache.xerces.impl.xsThe XML representation for a group declaration schema component is a global element information item
XSImplementationImplorg.apache.xerces.impl.xsImplements XSImplementation interface that allows one to retrieve an instance of XSLoader.
XSLoaderImplorg.apache.xerces.impl.xs

An implementation of XSLoader which wraps XMLSchemaLoader.

XSMessageFormatterorg.apache.xerces.impl.xsSchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language
XSModelGroupImplorg.apache.xerces.impl.xsStore schema model group declaration.
XSModelImplorg.apache.xerces.impl.xsImplements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.
XSNamedMap4Typesorg.apache.xerces.impl.xs.utilContaints the map between qnames and XSObject's.
XSNamedMapImplorg.apache.xerces.impl.xs.utilContaints the map between qnames and XSObject's.
XSNotationDeclorg.apache.xerces.impl.xsThe XML representation for a NOTATION declaration schema component is a global element information item
XSObjectListImplorg.apache.xerces.impl.xs.utilContaints a list of XSObject's.
XSParticleDeclorg.apache.xerces.impl.xsStore schema particle declaration.
XSSimpleTypeDeclorg.apache.xerces.impl.dv.xsNo description provided.
XSWildcardDeclorg.apache.xerces.impl.xsThe XML representation for a wildcard declaration schema component is an or element information item
YearDVorg.apache.xerces.impl.dv.xsValidator for <gYear> datatype (W3C Schema Datatypes)
YearMonthDVorg.apache.xerces.impl.dv.xsValidator for <gYearMonth> datatype (W3C Schema Datatypes)
Search