Library:Apache Xerces
Version:1.4.4
Compatibility:JDK 1.4
Classes in library Apache Xerces.
NamePackageDescription
AbstractDatatypeValidatororg.apache.xerces.validators.datatypeNo description provided.
AbstractNumericFacetValidatororg.apache.xerces.validators.datatypeAbstractNumericFacetValidator is a base class for decimal, double, float, and all date/time datatype validators.
AbstractNumericValidatororg.apache.xerces.validators.datatypeAbstractNumericValidator is a base class of decimal, double, and float schema datatypes
AbstractStringValidatororg.apache.xerces.validators.datatypeAbstractStringValidator is a base class for anyURI, string, hexBinary, base64Binary, QName and Notation datatypes.
AllContentModelorg.apache.xerces.validators.commonNo description provided.
AnySimpleTypeorg.apache.xerces.validators.datatypeAnySimpleType is the base of all simple types.
AnyURIDatatypeValidatororg.apache.xerces.validators.datatypeURIValidator validates that XML content is a W3C uri type, according to RFC 2396
AttributeMaporg.apache.xerces.domAttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttrImplorg.apache.xerces.domAttribute represents an XML-style attribute of an Element.
AttrNSImplorg.apache.xerces.domAttrNSImpl inherits from AttrImpl and adds namespace support.
Base64org.apache.xerces.utilsThis class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64BinaryDatatypeValidatororg.apache.xerces.validators.datatypeBase64BinaryValidator validates that XML content is a W3C string type.
BaseMarkupSerializerorg.apache.xml.serializeBase class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
BMPatternorg.apache.xerces.utils.regexBoyer-Moore searcher.
BooleanDatatypeValidatororg.apache.xerces.validators.datatypeBooleanValidator validates that content satisfies the W3C XML Datatype for Boolean
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.
CharDataChunkorg.apache.xerces.utilsThis class provides the character buffers used by some of the reader classes.
ChildNodeorg.apache.xerces.domChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
ChunkyByteArrayorg.apache.xerces.utilsThis class is used for accessing the data provided by an InputStream.
ChunkyCharArrayorg.apache.xerces.utilsNo description provided.
CMAnyorg.apache.xerces.validators.commonContent model any node.
CMBinOporg.apache.xerces.validators.commonNo description provided.
CMLeaforg.apache.xerces.validators.commonContent model leaf node.
CMNodeorg.apache.xerces.validators.commonNo description provided.
CMUniOporg.apache.xerces.validators.commonNo description provided.
CommentImplorg.apache.xerces.domRepresents an XML (or HTML) comment.
ContentLeafNameTypeVectororg.apache.xerces.validators.commonA light-weight class that stored the leaf names and types from a DFAContentModel
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.
DatatypeMessageProviderorg.apache.xerces.validators.datatypeNo description provided.
DatatypeMessagesorg.apache.xerces.msgThis file contains error and warning messages for the schema datatype validator The messages are arranged in key and value tuples in a ListResourceBundle.
DatatypeValidatorFactoryImplorg.apache.xerces.validators.datatypeThis class implements a factory of datatype validators.
DateDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema datatypes)
DateTimeDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema Datatypes)
DateTimeValidatororg.apache.xerces.validators.datatypeThis is the base class of all date/time datatype validators.
DayDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema datatypes)
DecimalDatatypeValidatororg.apache.xerces.validators.datatypeDecimalDatatypeValidator validates that content satisfies the W3C XML Datatype for decimal
DeepNodeListImplorg.apache.xerces.domThis class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DefaultEntityHandlerorg.apache.xerces.readersDefault entity handler implementation.
DefaultEntityHandler.EntityPoolorg.apache.xerces.readersNo description provided.
DefaultReaderFactoryorg.apache.xerces.readersNo 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).
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.validators.commonDFAContentModel 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).
DOMImplementationImplorg.apache.xerces.domThe DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMParserorg.apache.xerces.parsersDOMParser provides a parser which produces a W3C DOM tree as its output
DoubleDatatypeValidatororg.apache.xerces.validators.datatypeNo description provided.
DTDGrammarorg.apache.xerces.validators.dtdA DTD grammar.
DurationDatatypeValidatororg.apache.xerces.validators.datatypeValidator for 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.
ElementNSImplorg.apache.xerces.domElementNSImpl inherits from ElementImpl and adds namespace support.
ElementStateorg.apache.xml.serializeHolds the state of the currently serialized element.
ElementWildcardorg.apache.xerces.validators.commonElementWildcard is used to check whether two element declarations conflict
EncodingInfoorg.apache.xml.serializeThis class represents an encoding.
Encodingsorg.apache.xml.serializeProvides information about encodings.
ENTITYDatatypeValidatororg.apache.xerces.validators.datatypeENTITYDatatypeValidator implements the DatattypeValidator interface.
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.
EventImplorg.apache.xerces.dom.eventsEventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
ExceptionMessagesorg.apache.xerces.msgThis file contains error and warning messages to be localized The messages are arranged in key and value tuples in a ListResourceBundle.
ExceptionMessagesLocalizerorg.apache.xerces.msgNo description provided.
Fieldorg.apache.xerces.validators.schema.identitySchema identity constraint field.
Field.Matcherorg.apache.xerces.validators.schema.identityField matcher.
Field.XPathorg.apache.xerces.validators.schema.identityField XPath.
FloatDatatypeValidatororg.apache.xerces.validators.datatypeNo description provided.
GeneralAttrCheckorg.apache.xerces.validators.schemaTitle: Description: Copyright: Copyright (c) 2001
Grammarorg.apache.xerces.validators.commonNo description provided.
GrammarResolverImplorg.apache.xerces.validators.commonThis class embodies the representation of a Schema Grammar pool.
Hash2intTableorg.apache.xerces.utilsA light-weight hashtable class that takes 2 ints as key and 1 int as value
HexBinorg.apache.xerces.utilsformat validation This class encodes/decodes hexadecimal data
HexBinaryDatatypeValidatororg.apache.xerces.validators.datatypeHexBinaryValidator validates that XML content is a W3C string type.
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.
IDDatatypeValidatororg.apache.xerces.validators.datatypeDataTypeValidator defines the interface that data type validators must obey.
IdentityConstraintorg.apache.xerces.validators.schema.identityBase class of Schema identity constraint.
IDREFDatatypeValidatororg.apache.xerces.validators.datatypeIDREFValidator defines the interface that data type validators must obey.
IDValueorg.apache.xerces.validators.schema.identityStores a value associated with a particular field of an identity constraint that has successfully matched some string in an instance document.
ImplementationMessagesorg.apache.xerces.utilsImplementationMessages provides messages internal to the parser implementation
ImplementationMessagesorg.apache.xerces.msg

This file contains error and warning messages used by the Apache Xerces parser.

IndentPrinterorg.apache.xml.serializeExtends Printer and adds support for indentation and line wrapping.
InsertableElementsInfoorg.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.
IntStackorg.apache.xerces.utilsA simple integer based stack.
ISO8601Formatorg.apache.xerces.utilsNo description provided.
Keyorg.apache.xerces.validators.schema.identitySchema key identity constraint.
KeyReforg.apache.xerces.validators.schema.identitySchema key reference identity constraint.
LineSeparatororg.apache.xml.serializeNo description provided.
ListDatatypeValidatororg.apache.xerces.validators.datatypeStringValidator validates that XML content is a W3C string type.
Matchorg.apache.xerces.utils.regexAn instance of this class has ranges captured in matching.
Methodorg.apache.xml.serializeNo description provided.
MIME2Javaorg.apache.xerces.readersMIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MixedContentModelorg.apache.xerces.validators.commonMixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements.
MonthDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema Datatypes)
MonthDayDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema Datatypes)
MutationEventImplorg.apache.xerces.dom.eventsNo description provided.
NamedNodeMapImplorg.apache.xerces.domNamedNodeMaps represent collections of Nodes that can be accessed by name.
NameNodeListImplorg.apache.html.domThis class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NamespacesScopeorg.apache.xerces.utilsNamespacesScope provides a data structure for mapping namespace prefixes to their URI's.
NodeImplorg.apache.xerces.domNodeImpl provides the basic structure of a DOM tree.
NodeIteratorImplorg.apache.xerces.domDefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NOTATIONDatatypeValidatororg.apache.xerces.validators.datatypeNOTATIONValidator 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.
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.
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.
QNameorg.apache.xerces.utilsQName structure useful for gathering the parts of a qualified name.
QNameDatatypeValidatororg.apache.xerces.validators.datatypeQName Validator validates a QName type.
RangeImplorg.apache.xerces.domThe RangeImpl class implements the org.w3c.dom.range.Range interface.
RegularExpressionorg.apache.xerces.utils.regexA regular expression matching engine using Non-deterministic Finite Automaton (NFA).
REUtilorg.apache.xerces.utils.regexNo description provided.
SAXParserorg.apache.xerces.parsersSAXParser provides a parser which implements the SAX1 and SAX2 parser APIs.
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.
SchemaGrammarorg.apache.xerces.validators.schemaNo description provided.
SchemaGrammar.OneSubGrouporg.apache.xerces.validators.schemaNo description provided.
SchemaMessageProviderorg.apache.xerces.validators.schemaSchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language
SchemaMessagesorg.apache.xerces.msgThis file contains error and warning messages for the Schema validator The messages are arranged in key and value tuples in a ListResourceBundle.
SchemaSymbolsorg.apache.xerces.validators.schemaCollection 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
Selectororg.apache.xerces.validators.schema.identitySchema identity constraint selector.
Selector.Matcherorg.apache.xerces.validators.schema.identitySelector matcher.
Selector.XPathorg.apache.xerces.validators.schema.identitySchema identity constraint selector XPath expression.
SerializerFactoryorg.apache.xml.serializeNo description provided.
SieveEncodingInfoorg.apache.xml.serializeThis class represents an encoding.
SimpleContentModelorg.apache.xerces.validators.commonSimpleContentModel 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.
StreamingCharReaderorg.apache.xerces.readersAn reader class for applications that need to process input data as it arrives on the stream.
StringDatatypeValidatororg.apache.xerces.validators.datatypeStringValidator validates that XML content is a W3C string type.
StringHasherorg.apache.xerces.utilsAlgorithm used to hash char arrays (strings).
StringPoolorg.apache.xerces.utilsNo description provided.
StringPool.CharArrayRangeorg.apache.xerces.utilsNo description provided.
SubstitutionGroupComparatororg.apache.xerces.validators.schemaNo description provided.
SymbolCacheorg.apache.xerces.utilsNo description provided.
TextImplorg.apache.xerces.domText nodes hold the non-markup, non-Entity content of an Element or Attribute.
TextSerializerorg.apache.xml.serializeImplements a text serializer supporting both DOM and SAX serializing.
TimeDatatypeValidatororg.apache.xerces.validators.datatypeValidator for
TraverseSchemaorg.apache.xerces.validators.schemaInstances of this class get delegated to Traverse the Schema and to populate the Grammar internal representation by instances of Grammar objects.
TraverseSchema.ComplexTypeInfoorg.apache.xerces.validators.schemaNo description provided.
TraverseSchema.SchemaInfoorg.apache.xerces.validators.schemaNo description provided.
TreeWalkerImplorg.apache.xerces.domThis class implements the TreeWalker interface.
UnionDatatypeValidatororg.apache.xerces.validators.datatypeNo description provided.
Uniqueorg.apache.xerces.validators.schema.identitySchema unique identity constraint.
URIorg.apache.xerces.utilsA class to represent a Uniform Resource Identifier (URI).
UTF8DataChunkorg.apache.xerces.utilsNo description provided.
Versionorg.apache.xerces.frameworkThis 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.
XCatalogorg.apache.xerces.readersThis catalog supports the XCatalog proposal draft 0.2 posted to the xml-dev mailing list by John Cowan.
XGrammarWriterorg.apache.xerces.domxThis program allows you to print the grammar of a document either in XML Schema format or the standard DTD format.
XGrammarWriter.OutputFormatorg.apache.xerces.domxOutput format enumeration.
XHTMLSerializerorg.apache.xml.serializeImplements an XHTML serializer supporting both DOM and SAX pretty serializing.
XMLAttributeDeclorg.apache.xerces.validators.commonNo description provided.
XMLAttrListorg.apache.xerces.frameworkAn 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.
XMLCatalogHandlerorg.apache.xerces.readersInterface for implementing basic catalog support in the parser.
XMLCharacterPropertiesorg.apache.xerces.utilsA class representing properties of characters according to various W3C recommendations XMLCharacterProperties provides convenience methods for commonly used character tests.
XMLContentSpecorg.apache.xerces.frameworkContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLDeclRecognizerorg.apache.xerces.readersAbstract base class for encoding recognizers.
XMLDocumentScannerorg.apache.xerces.frameworkThis class recognizes most of the grammer for an XML processor.
XMLDTDScannerorg.apache.xerces.frameworkDefault implementation of an XML DTD scanner.
XMLElementDeclorg.apache.xerces.validators.commonNo description provided.
XMLMessagesorg.apache.xerces.utilsXMLMessages provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
XMLMessagesorg.apache.xerces.msgThis file contains error and warning messages related to XML The messages are arranged in key and value tuples in a ListResourceBundle.
XMLParserorg.apache.xerces.frameworkThis is the base class of all standard parsers.
XMLSerializerorg.apache.xml.serializeImplements an XML serializer supporting both DOM and SAX pretty serializing.
XMLValidatororg.apache.xerces.validators.commonThis class is the super all-in-one validator used by the parser.
XMLValidator.KeyRefValueStoreorg.apache.xerces.validators.commonKey reference value store.
XMLValidator.KeyValueStoreorg.apache.xerces.validators.commonKey value store.
XMLValidator.UniqueValueStoreorg.apache.xerces.validators.commonUnique value store.
XMLValidator.ValueStoreBaseorg.apache.xerces.validators.commonValue store implementation base class.
XMLValidator.ValueStoreCacheorg.apache.xerces.validators.commonValue store cache.
XMLValidator.XPathMatcherStackorg.apache.xerces.validators.commonStack of XPath matchers for identity constraints.
XPathorg.apache.xerces.validators.schema.identityBare minimum XPath parser.
XPath.Axisorg.apache.xerces.validators.schema.identityAxis.
XPath.LocationPathorg.apache.xerces.validators.schema.identityA location path representation for an XPath expression.
XPath.NodeTestorg.apache.xerces.validators.schema.identityNode test.
XPath.Steporg.apache.xerces.validators.schema.identityA location path step comprised of an axis and node test.
XPathMatcherorg.apache.xerces.validators.schema.identityXPath matcher.
XUtilorg.apache.xerces.validators.schemaSome useful utility methods.
YearDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema Datatypes)
YearMonthDatatypeValidatororg.apache.xerces.validators.datatypeValidator for datatype (W3C Schema Datatypes)
Search