Name Package Description
AbstractDatatypeValidator org.apache.xerces.validators.datatype No description provided.
AbstractNumericFacetValidator org.apache.xerces.validators.datatype AbstractNumericFacetValidator is a base class for decimal, double, float,
and all date/time datatype validators.
AbstractNumericValidator org.apache.xerces.validators.datatype AbstractNumericValidator is a base class of decimal, double, and float
schema datatypes
AbstractStringValidator org.apache.xerces.validators.datatype AbstractStringValidator is a base class for anyURI, string,
hexBinary, base64Binary, QName and Notation datatypes.
AllContentModel org.apache.xerces.validators.common No description provided.
AnySimpleType org.apache.xerces.validators.datatype AnySimpleType is the base of all simple types.
AnyURIDatatypeValidator org.apache.xerces.validators.datatype URIValidator validates that XML content is a W3C uri type,
according to RFC 2396
AttributeMap org.apache.xerces.dom AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the
specifics of storing attributes.
AttrImpl org.apache.xerces.dom Attribute represents an XML-style attribute of an
Element.
AttrNSImpl org.apache.xerces.dom AttrNSImpl inherits from AttrImpl and adds namespace support.
Base64 org.apache.xerces.utils This class provides encode/decode for RFC 2045 Base64 as
defined by RFC 2045, N.
Base64BinaryDatatypeValidator org.apache.xerces.validators.datatype Base64BinaryValidator validates that XML content is a W3C string type.
BaseMarkupSerializer org.apache.xml.serialize Base class for a serializer supporting both DOM and SAX pretty
serializing of XML/HTML/XHTML documents.
BMPattern org.apache.xerces.utils.regex Boyer-Moore searcher.
BooleanDatatypeValidator org.apache.xerces.validators.datatype BooleanValidator validates that content satisfies the W3C XML Datatype for Boolean
CDATASectionImpl org.apache.xerces.dom XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
CharacterDataImpl org.apache.xerces.dom CharacterData is an abstract Node that can carry character data as its
Value.
CharDataChunk org.apache.xerces.utils This class provides the character buffers used by some of the
reader classes.
ChildNode org.apache.xerces.dom ChildNode inherits from NodeImpl and adds the capability of being a child by
having references to its previous and next siblings.
ChunkyByteArray org.apache.xerces.utils This class is used for accessing the data provided by an InputStream.
ChunkyCharArray org.apache.xerces.utils No description provided.
CMAny org.apache.xerces.validators.common Content model any node.
CMBinOp org.apache.xerces.validators.common No description provided.
CMLeaf org.apache.xerces.validators.common Content model leaf node.
CMNode org.apache.xerces.validators.common No description provided.
CMUniOp org.apache.xerces.validators.common No description provided.
CommentImpl org.apache.xerces.dom Represents an XML (or HTML) comment.
ContentLeafNameTypeVector org.apache.xerces.validators.common A light-weight class that stored the leaf names and types from a DFAContentModel
CoreDocumentImpl org.apache.xerces.dom The Document interface represents the entire HTML or XML document.
CoreDOMImplementationImpl org.apache.xerces.dom The DOMImplementation class is description of a particular
implementation of the Document Object Model.
DatatypeMessageProvider org.apache.xerces.validators.datatype No description provided.
DatatypeMessages org.apache.xerces.msg This file contains error and warning messages for the schema datatype validator
The messages are arranged in key and value tuples in a ListResourceBundle.
DatatypeValidatorFactoryImpl org.apache.xerces.validators.datatype This class implements a factory of datatype validators.
DateDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema datatypes)
DateTimeDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
DateTimeValidator org.apache.xerces.validators.datatype This is the base class of all date/time datatype validators.
DayDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema datatypes)
DecimalDatatypeValidator org.apache.xerces.validators.datatype DecimalDatatypeValidator validates that content satisfies the W3C XML Datatype for decimal
DeepNodeListImpl org.apache.xerces.dom This class implements the DOM's NodeList behavior for
Element.getElementsByTagName()
DefaultEntityHandler org.apache.xerces.readers Default entity handler implementation.
DefaultEntityHandler.EntityPool org.apache.xerces.readers No description provided.
DefaultReaderFactory org.apache.xerces.readers No description provided.
DeferredAttrImpl org.apache.xerces.dom Attribute represents an XML-style attribute of an
Element.
DeferredAttrNSImpl org.apache.xerces.dom DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.
DeferredCDATASectionImpl org.apache.xerces.dom XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
DeferredCommentImpl org.apache.xerces.dom Represents an XML (or HTML) comment.
DeferredDocumentImpl org.apache.xerces.dom The Document interface represents the entire HTML or XML document.
DeferredDocumentTypeImpl org.apache.xerces.dom This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
DeferredElementDefinitionImpl org.apache.xerces.dom NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
DeferredElementImpl org.apache.xerces.dom Elements represent most of the "markup" and structure of the
document.
DeferredElementNSImpl org.apache.xerces.dom DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
DeferredEntityImpl org.apache.xerces.dom Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
DeferredEntityReferenceImpl org.apache.xerces.dom EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
DeferredNotationImpl org.apache.xerces.dom 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 org.apache.xerces.dom Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
DeferredTextImpl org.apache.xerces.dom Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
DFAContentModel org.apache.xerces.validators.common DFAContentModel is the derivative of ContentModel that does
all of the non-trivial element content validation.
DocumentBuilderFactoryImpl org.apache.xerces.jaxp No description provided.
DocumentBuilderImpl org.apache.xerces.jaxp No description provided.
DocumentFragmentImpl org.apache.xerces.dom DocumentFragment is a "lightweight" or "minimal" Document
object.
DocumentImpl org.apache.xerces.dom The Document interface represents the entire HTML or XML document.
DocumentTypeImpl org.apache.xerces.dom This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
DOMImplementationImpl org.apache.xerces.dom The DOMImplementation class is description of a particular
implementation of the Document Object Model.
DOMParser org.apache.xerces.parsers DOMParser provides a parser which produces a W3C DOM tree as its output
DoubleDatatypeValidator org.apache.xerces.validators.datatype No description provided.
DTDGrammar org.apache.xerces.validators.dtd A DTD grammar.
DurationDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
ElementDefinitionImpl org.apache.xerces.dom NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
ElementImpl org.apache.xerces.dom Elements represent most of the "markup" and structure of the
document.
ElementNSImpl org.apache.xerces.dom ElementNSImpl inherits from ElementImpl and adds namespace support.
ElementState org.apache.xml.serialize Holds the state of the currently serialized element.
ElementWildcard org.apache.xerces.validators.common ElementWildcard is used to check whether two element declarations conflict
EncodingInfo org.apache.xml.serialize This class represents an encoding.
Encodings org.apache.xml.serialize Provides information about encodings.
ENTITYDatatypeValidator org.apache.xerces.validators.datatype ENTITYDatatypeValidator implements the
DatattypeValidator interface.
EntityImpl org.apache.xerces.dom Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
EntityReferenceImpl org.apache.xerces.dom EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
EventImpl org.apache.xerces.dom.events EventImpl is an implementation of the basic "generic" DOM Level 2 Event
object.
ExceptionMessages org.apache.xerces.msg This file contains error and warning messages to be localized
The messages are arranged in key and value tuples in a ListResourceBundle.
ExceptionMessagesLocalizer org.apache.xerces.msg No description provided.
Field org.apache.xerces.validators.schema.identity Schema identity constraint field.
Field.Matcher org.apache.xerces.validators.schema.identity Field matcher.
Field.XPath org.apache.xerces.validators.schema.identity Field XPath.
FloatDatatypeValidator org.apache.xerces.validators.datatype No description provided.
GeneralAttrCheck org.apache.xerces.validators.schema Title:
Description:
Copyright: Copyright (c) 2001
Grammar org.apache.xerces.validators.common No description provided.
GrammarResolverImpl org.apache.xerces.validators.common This class embodies the representation of a Schema Grammar
pool.
Hash2intTable org.apache.xerces.utils A light-weight hashtable class that takes 2 ints as key and 1 int as value
HexBin org.apache.xerces.utils format validation
This class encodes/decodes hexadecimal data
HexBinaryDatatypeValidator org.apache.xerces.validators.datatype HexBinaryValidator validates that XML content is a W3C string type.
HTMLAnchorElementImpl org.apache.html.dom No description provided.
HTMLAppletElementImpl org.apache.html.dom No description provided.
HTMLAreaElementImpl org.apache.html.dom No description provided.
HTMLBaseElementImpl org.apache.html.dom No description provided.
HTMLBaseFontElementImpl org.apache.html.dom No description provided.
HTMLBodyElementImpl org.apache.html.dom No description provided.
HTMLBRElementImpl org.apache.html.dom No description provided.
HTMLBuilder org.apache.html.dom This is a SAX document handler that is used to build an HTML document.
HTMLButtonElementImpl org.apache.html.dom No description provided.
HTMLDirectoryElementImpl org.apache.html.dom No description provided.
HTMLDivElementImpl org.apache.html.dom No description provided.
HTMLDListElementImpl org.apache.html.dom No description provided.
HTMLDocumentImpl org.apache.html.dom Implements an HTML document.
HTMLDOMImplementationImpl org.apache.html.dom Provides number of methods for performing operations that are independent
of any particular instance of the document object model.
HTMLdtd org.apache.xml.serialize Utility class for accessing information specific to HTML documents.
HTMLElementImpl org.apache.html.dom Implements an HTML-specific element, an Element that
will only appear inside HTML documents.
HTMLFieldSetElementImpl org.apache.html.dom No description provided.
HTMLFontElementImpl org.apache.html.dom No description provided.
HTMLFormElementImpl org.apache.html.dom No description provided.
HTMLFrameElementImpl org.apache.html.dom No description provided.
HTMLFrameSetElementImpl org.apache.html.dom No description provided.
HTMLHeadElementImpl org.apache.html.dom No description provided.
HTMLHeadingElementImpl org.apache.html.dom No description provided.
HTMLHRElementImpl org.apache.html.dom No description provided.
HTMLHtmlElementImpl org.apache.html.dom No description provided.
HTMLIFrameElementImpl org.apache.html.dom No description provided.
HTMLImageElementImpl org.apache.html.dom No description provided.
HTMLInputElementImpl org.apache.html.dom No description provided.
HTMLIsIndexElementImpl org.apache.html.dom No description provided.
HTMLLabelElementImpl org.apache.html.dom No description provided.
HTMLLegendElementImpl org.apache.html.dom No description provided.
HTMLLIElementImpl org.apache.html.dom No description provided.
HTMLLinkElementImpl org.apache.html.dom No description provided.
HTMLMapElementImpl org.apache.html.dom No description provided.
HTMLMenuElementImpl org.apache.html.dom No description provided.
HTMLMetaElementImpl org.apache.html.dom No description provided.
HTMLModElementImpl org.apache.html.dom No description provided.
HTMLObjectElementImpl org.apache.html.dom No description provided.
HTMLOListElementImpl org.apache.html.dom No description provided.
HTMLOptGroupElementImpl org.apache.html.dom No description provided.
HTMLOptionElementImpl org.apache.html.dom No description provided.
HTMLParagraphElementImpl org.apache.html.dom No description provided.
HTMLParamElementImpl org.apache.html.dom No description provided.
HTMLPreElementImpl org.apache.html.dom No description provided.
HTMLQuoteElementImpl org.apache.html.dom No description provided.
HTMLScriptElementImpl org.apache.html.dom No description provided.
HTMLSelectElementImpl org.apache.html.dom No description provided.
HTMLSerializer org.apache.xml.serialize Implements an HTML/XHTML serializer supporting both DOM and SAX
pretty serializing.
HTMLStyleElementImpl org.apache.html.dom No description provided.
HTMLTableCaptionElementImpl org.apache.html.dom No description provided.
HTMLTableCellElementImpl org.apache.html.dom No description provided.
HTMLTableColElementImpl org.apache.html.dom No description provided.
HTMLTableElementImpl org.apache.html.dom No description provided.
HTMLTableRowElementImpl org.apache.html.dom No description provided.
HTMLTableSectionElementImpl org.apache.html.dom No description provided.
HTMLTextAreaElementImpl org.apache.html.dom No description provided.
HTMLTitleElementImpl org.apache.html.dom No description provided.
HTMLUListElementImpl org.apache.html.dom No description provided.
IDDatatypeValidator org.apache.xerces.validators.datatype DataTypeValidator defines the interface that data type validators must obey.
IdentityConstraint org.apache.xerces.validators.schema.identity Base class of Schema identity constraint.
IDREFDatatypeValidator org.apache.xerces.validators.datatype IDREFValidator defines the interface that data type validators must obey.
IDValue org.apache.xerces.validators.schema.identity Stores a value associated with a particular field of an identity constraint that
has successfully matched some string in an instance document.
ImplementationMessages org.apache.xerces.utils ImplementationMessages provides messages internal to the parser implementation
ImplementationMessages org.apache.xerces.msg
This file contains error and warning messages used by the Apache
Xerces parser.
IndentPrinter org.apache.xml.serialize Extends Printer and adds support for indentation and line
wrapping.
InsertableElementsInfo org.apache.xerces.validators.common ---------------------------------------------------------------------------
InsertableElementsInfo is a simple 'data packet' class that is used to
get information into and out of the validator APIs that allow you to ask
what kind of elements can be inserted into a particular place in an
element's content model.
IntStack org.apache.xerces.utils A simple integer based stack.
ISO8601Format org.apache.xerces.utils No description provided.
Key org.apache.xerces.validators.schema.identity Schema key identity constraint.
KeyRef org.apache.xerces.validators.schema.identity Schema key reference identity constraint.
LineSeparator org.apache.xml.serialize No description provided.
ListDatatypeValidator org.apache.xerces.validators.datatype StringValidator validates that XML content is a W3C string type.
Match org.apache.xerces.utils.regex An instance of this class has ranges captured in matching.
Method org.apache.xml.serialize No description provided.
MIME2Java org.apache.xerces.readers MIME2Java is a convenience class which handles conversions between MIME charset names
and Java encoding names.
MixedContentModel org.apache.xerces.validators.common MixedContentModel is a derivative of the abstract content model base
class that handles the special case of mixed model elements.
MonthDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
MonthDayDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
MutationEventImpl org.apache.xerces.dom.events No description provided.
NamedNodeMapImpl org.apache.xerces.dom NamedNodeMaps represent collections of Nodes that can be accessed
by name.
NameNodeListImpl org.apache.html.dom This class implements the DOM's NodeList behavior for
HTMLDocuemnt.getElementsByName().
NamespacesScope org.apache.xerces.utils NamespacesScope provides a data structure for mapping namespace prefixes
to their URI's.
NodeImpl org.apache.xerces.dom NodeImpl provides the basic structure of a DOM tree.
NodeIteratorImpl org.apache.xerces.dom DefaultNodeIterator implements a NodeIterator, which iterates a
DOM tree in the expected depth first way.
NOTATIONDatatypeValidator org.apache.xerces.validators.datatype NOTATIONValidator defines the interface that data type validators must obey.
NotationImpl org.apache.xerces.dom 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.
OutputFormat org.apache.xml.serialize Specifies an output format to control the serializer.
OutputFormat.Defaults org.apache.xml.serialize No description provided.
OutputFormat.DTD org.apache.xml.serialize No description provided.
ParentNode org.apache.xerces.dom ParentNode inherits from ChildNode and adds the capability of having child
nodes.
Printer org.apache.xml.serialize The printer is responsible for sending text to the output stream
or writer.
ProcessingInstructionImpl org.apache.xerces.dom Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
QName org.apache.xerces.utils QName structure useful for gathering the parts of a qualified name.
QNameDatatypeValidator org.apache.xerces.validators.datatype QName Validator validates a QName type.
RangeImpl org.apache.xerces.dom The RangeImpl class implements the org.w3c.dom.range.Range interface.
RegularExpression org.apache.xerces.utils.regex A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
REUtil org.apache.xerces.utils.regex No description provided.
SAXParser org.apache.xerces.parsers SAXParser provides a parser which implements the SAX1 and SAX2
parser APIs.
SAXParserFactoryImpl org.apache.xerces.jaxp This is the implementation specific class for the
javax.xml.parsers.SAXParserFactory.
SAXParserImpl org.apache.xerces.jaxp This is the implementation specific class for the
javax.xml.parsers.SAXParser.
SchemaGrammar org.apache.xerces.validators.schema No description provided.
SchemaGrammar.OneSubGroup org.apache.xerces.validators.schema No description provided.
SchemaMessageProvider org.apache.xerces.validators.schema SchemaMessageProvider implements an XMLMessageProvider that
provides localizable error messages for the W3C XML Schema Language
SchemaMessages org.apache.xerces.msg This file contains error and warning messages for the Schema validator
The messages are arranged in key and value tuples in a ListResourceBundle.
SchemaSymbols org.apache.xerces.validators.schema Collection of symbols used to parse a Schema Grammar
We have temporary references to this class from
SchemaImporter but we will be moving all the
SchemaImporter functionality to the Grammar classes
Selector org.apache.xerces.validators.schema.identity Schema identity constraint selector.
Selector.Matcher org.apache.xerces.validators.schema.identity Selector matcher.
Selector.XPath org.apache.xerces.validators.schema.identity Schema identity constraint selector XPath expression.
SerializerFactory org.apache.xml.serialize No description provided.
SieveEncodingInfo org.apache.xml.serialize This class represents an encoding.
SimpleContentModel org.apache.xerces.validators.common 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.
StreamingCharReader org.apache.xerces.readers An reader class for applications that need to process input data as
it arrives on the stream.
StringDatatypeValidator org.apache.xerces.validators.datatype StringValidator validates that XML content is a W3C string type.
StringHasher org.apache.xerces.utils Algorithm used to hash char arrays (strings).
StringPool org.apache.xerces.utils No description provided.
StringPool.CharArrayRange org.apache.xerces.utils No description provided.
SubstitutionGroupComparator org.apache.xerces.validators.schema No description provided.
SymbolCache org.apache.xerces.utils No description provided.
TextImpl org.apache.xerces.dom Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
TextSerializer org.apache.xml.serialize Implements a text serializer supporting both DOM and SAX
serializing.
TimeDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
TraverseSchema org.apache.xerces.validators.schema Instances of this class get delegated to Traverse the Schema and
to populate the Grammar internal representation by
instances of Grammar objects.
TraverseSchema.ComplexTypeInfo org.apache.xerces.validators.schema No description provided.
TraverseSchema.SchemaInfo org.apache.xerces.validators.schema No description provided.
TreeWalkerImpl org.apache.xerces.dom This class implements the TreeWalker interface.
UnionDatatypeValidator org.apache.xerces.validators.datatype No description provided.
Unique org.apache.xerces.validators.schema.identity Schema unique identity constraint.
URI org.apache.xerces.utils A class to represent a Uniform Resource Identifier (URI).
UTF8DataChunk org.apache.xerces.utils No description provided.
Version org.apache.xerces.framework This class defines the version number of the parser.
WMLAccessElementImpl org.apache.wml.dom No description provided.
WMLAElementImpl org.apache.wml.dom No description provided.
WMLAnchorElementImpl org.apache.wml.dom No description provided.
WMLBElementImpl org.apache.wml.dom No description provided.
WMLBigElementImpl org.apache.wml.dom No description provided.
WMLBrElementImpl org.apache.wml.dom No description provided.
WMLCardElementImpl org.apache.wml.dom No description provided.
WMLDocumentImpl org.apache.wml.dom No description provided.
WMLDoElementImpl org.apache.wml.dom No description provided.
WMLDOMImplementationImpl org.apache.wml.dom No description provided.
WMLElementImpl org.apache.wml.dom No description provided.
WMLEmElementImpl org.apache.wml.dom No description provided.
WMLFieldsetElementImpl org.apache.wml.dom No description provided.
WMLGoElementImpl org.apache.wml.dom No description provided.
WMLHeadElementImpl org.apache.wml.dom No description provided.
WMLIElementImpl org.apache.wml.dom No description provided.
WMLImgElementImpl org.apache.wml.dom No description provided.
WMLInputElementImpl org.apache.wml.dom No description provided.
WMLMetaElementImpl org.apache.wml.dom No description provided.
WMLNoopElementImpl org.apache.wml.dom No description provided.
WMLOneventElementImpl org.apache.wml.dom No description provided.
WMLOptgroupElementImpl org.apache.wml.dom No description provided.
WMLOptionElementImpl org.apache.wml.dom No description provided.
WMLPElementImpl org.apache.wml.dom No description provided.
WMLPostfieldElementImpl org.apache.wml.dom No description provided.
WMLPrevElementImpl org.apache.wml.dom No description provided.
WMLRefreshElementImpl org.apache.wml.dom No description provided.
WMLSelectElementImpl org.apache.wml.dom No description provided.
WMLSetvarElementImpl org.apache.wml.dom No description provided.
WMLSmallElementImpl org.apache.wml.dom No description provided.
WMLStrongElementImpl org.apache.wml.dom No description provided.
WMLTableElementImpl org.apache.wml.dom No description provided.
WMLTdElementImpl org.apache.wml.dom No description provided.
WMLTemplateElementImpl org.apache.wml.dom No description provided.
WMLTimerElementImpl org.apache.wml.dom No description provided.
WMLTrElementImpl org.apache.wml.dom No description provided.
WMLUElementImpl org.apache.wml.dom No description provided.
WMLWmlElementImpl org.apache.wml.dom No description provided.
XCatalog org.apache.xerces.readers This catalog supports the XCatalog proposal draft 0.2 posted
to the xml-dev mailing list by
John Cowan .
XGrammarWriter org.apache.xerces.domx This program allows you to print the grammar of a document either
in XML Schema format or the standard DTD format.
XGrammarWriter.OutputFormat org.apache.xerces.domx Output format enumeration.
XHTMLSerializer org.apache.xml.serialize Implements an XHTML serializer supporting both DOM and SAX
pretty serializing.
XMLAttributeDecl org.apache.xerces.validators.common No description provided.
XMLAttrList org.apache.xerces.framework An instance of this class is used to represent the set of attributes
for an element that are either directly specified or provided through
a default value in the grammar for the document.
XMLCatalogHandler org.apache.xerces.readers Interface for implementing basic catalog support in the parser.
XMLCharacterProperties org.apache.xerces.utils A class representing properties of characters according to various
W3C recommendations
XMLCharacterProperties provides convenience methods for commonly used
character tests.
XMLContentSpec org.apache.xerces.framework ContentSpec really exists to aid the parser classes in implementing
access to the grammar.
XMLDeclRecognizer org.apache.xerces.readers Abstract base class for encoding recognizers.
XMLDocumentScanner org.apache.xerces.framework This class recognizes most of the grammer for an XML processor.
XMLDTDScanner org.apache.xerces.framework Default implementation of an XML DTD scanner.
XMLElementDecl org.apache.xerces.validators.common No description provided.
XMLMessages org.apache.xerces.utils XMLMessages provides error messages for the XML 1.0 Recommendation and for
the Namespaces Recommendation
XMLMessages org.apache.xerces.msg This file contains error and warning messages related to XML
The messages are arranged in key and value tuples in a ListResourceBundle.
XMLParser org.apache.xerces.framework This is the base class of all standard parsers.
XMLSerializer org.apache.xml.serialize Implements an XML serializer supporting both DOM and SAX pretty
serializing.
XMLValidator org.apache.xerces.validators.common This class is the super all-in-one validator used by the parser.
XMLValidator.KeyRefValueStore org.apache.xerces.validators.common Key reference value store.
XMLValidator.KeyValueStore org.apache.xerces.validators.common Key value store.
XMLValidator.UniqueValueStore org.apache.xerces.validators.common Unique value store.
XMLValidator.ValueStoreBase org.apache.xerces.validators.common Value store implementation base class.
XMLValidator.ValueStoreCache org.apache.xerces.validators.common Value store cache.
XMLValidator.XPathMatcherStack org.apache.xerces.validators.common Stack of XPath matchers for identity constraints.
XPath org.apache.xerces.validators.schema.identity Bare minimum XPath parser.
XPath.Axis org.apache.xerces.validators.schema.identity Axis.
XPath.LocationPath org.apache.xerces.validators.schema.identity A location path representation for an XPath expression.
XPath.NodeTest org.apache.xerces.validators.schema.identity Node test.
XPath.Step org.apache.xerces.validators.schema.identity A location path step comprised of an axis and node test.
XPathMatcher org.apache.xerces.validators.schema.identity XPath matcher.
XUtil org.apache.xerces.validators.schema Some useful utility methods.
YearDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)
YearMonthDatatypeValidator org.apache.xerces.validators.datatype Validator for datatype (W3C Schema Datatypes)