| Library: | Apache Xerces2 |
| Version: | 2.8.0 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractDateTimeDV | org.apache.xerces.impl.dv.xs | This is the base class of all date/time datatype validators. |
| AbstractDOMParser | org.apache.xerces.parsers | This is the base class of all DOM parsers. |
| AbstractSAXParser | org.apache.xerces.parsers | This is the base class of all SAX parsers. |
| AbstractSAXParser.AttributesProxy | org.apache.xerces.parsers | No description provided. |
| AbstractSAXParser.LocatorProxy | org.apache.xerces.parsers | No description provided. |
| AbstractXMLDocumentParser | org.apache.xerces.parsers | This is the base class for all XML document parsers. |
| AnySimpleDV | org.apache.xerces.impl.dv.xs | Represent the schema type "anySimpleType" |
| AnyURIDV | org.apache.xerces.impl.dv.xs | Represent the schema type "anyURI" |
| ASCIIReader | org.apache.xerces.impl.io | A simple ASCII byte reader. |
| ASDOMImplementationImpl | org.apache.xerces.dom | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
| ASModelImpl | org.apache.xerces.dom | To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. |
| AttributeMap | org.apache.xerces.dom | AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. |
| AttributePSVImpl | org.apache.xerces.impl.xs | Attribute PSV infoset augmentations implementation. |
| AttributesProxy | org.apache.xerces.util | Wraps XMLAttributes and makes it look like AttributeList and Attributes . |
| AttrImpl | org.apache.xerces.dom | Attribute represents an XML-style attribute of an Element. |
| AttrImpl | org.apache.xerces.impl.xs.opti | This class represents a single attribute. |
| AttrNSImpl | org.apache.xerces.dom | AttrNSImpl inherits from AttrImpl and adds namespace support. |
| AugmentationsImpl | org.apache.xerces.util | This class provides an implementation for Augmentations interface. |
| Base64 | org.apache.xerces.impl.dv.util | This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. |
| Base64BinaryDV | org.apache.xerces.impl.dv.xs | Represent the schema type "base64Binary" |
| BaseDVFactory | org.apache.xerces.impl.dv.xs | the factory to create/return built-in schema DVs and create user-defined DVs |
| BaseMarkupSerializer | org.apache.xml.serialize | Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. |
| BasicParserConfiguration | org.apache.xerces.parsers | A very basic parser configuration. |
| BMPattern | org.apache.xerces.impl.xpath.regex | Boyer-Moore searcher. |
| BooleanDV | org.apache.xerces.impl.dv.xs | Represent the schema type "boolean" |
| ByteListImpl | org.apache.xerces.impl.dv.util | Implementation of org.apache.xerces.xs.datatypes.ByteList. |
| CachingParserPool | org.apache.xerces.parsers | A parser pool that enables caching of grammars. |
| CachingParserPool.ShadowedGrammarPool | org.apache.xerces.parsers | Shadowed grammar pool. |
| CachingParserPool.SynchronizedGrammarPool | org.apache.xerces.parsers | Synchronized grammar pool. |
| 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. |
| 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. |
| CMAny | org.apache.xerces.impl.dtd.models | Content model any node. |
| CMBinOp | org.apache.xerces.impl.dtd.models | Content model Bin-Op node. |
| CMBuilder | org.apache.xerces.impl.xs.models | This class constructs content models for a given grammar. |
| CMLeaf | org.apache.xerces.impl.dtd.models | Content model leaf node. |
| CMNode | org.apache.xerces.impl.dtd.models | A content model node. |
| CMNodeFactory | org.apache.xerces.impl.xs.models | No description provided. |
| CMStateSet | org.apache.xerces.impl.dtd.models | This class is a very simple bitset class. |
| CMUniOp | org.apache.xerces.impl.dtd.models | Content model Uni-Op node. |
| CommentImpl | org.apache.xerces.dom | Represents an XML (or HTML) comment. |
| ConfigurableValidationState | org.apache.xerces.impl.validation | An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors. |
| Constants | org.apache.xerces.impl | Commonly used constants. |
| 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. |
| DatatypeFactoryImpl | org.apache.xerces.jaxp.datatype | Factory that creates new |
| DatatypeMessageFormatter | org.apache.xerces.util | Used to format JAXP 1.3 Datatype API error messages using a specified locale. |
| DateDV | org.apache.xerces.impl.dv.xs | Validator for |
| DateTimeDV | org.apache.xerces.impl.dv.xs | Validator for <dateTime> datatype (W3C Schema Datatypes) |
| DayDV | org.apache.xerces.impl.dv.xs | Validator for <gDay> datatype (W3C Schema datatypes) |
| DecimalDV | org.apache.xerces.impl.dv.xs | Represent the schema type "decimal" |
| DeepNodeListImpl | org.apache.xerces.dom | This class implements the DOM's NodeList behavior for Element.getElementsByTagName() |
| DefaultDocument | org.apache.xerces.impl.xs.opti | No description provided. |
| DefaultElement | org.apache.xerces.impl.xs.opti | No description provided. |
| DefaultErrorHandler | org.apache.xerces.util | Default error handler. |
| DefaultNode | org.apache.xerces.impl.xs.opti | No description provided. |
| DefaultText | org.apache.xerces.impl.xs.opti | The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr. |
| DefaultXMLDocumentHandler | org.apache.xerces.impl.xs.opti | 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). |
| DeferredDOMImplementationImpl | org.apache.xerces.dom | This DOMImplementation class is description of a particular implementation of the Document Object Model. |
| 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.impl.dtd.models | 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). |
| DOMASBuilderImpl | org.apache.xerces.parsers | This is Abstract Schema DOM Builder class. |
| DOMConfigurationImpl | org.apache.xerces.dom | Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. |
| DOMEntityResolverWrapper | org.apache.xerces.util | This class wraps DOM entity resolver to XNI entity resolver. |
| DOMErrorHandlerWrapper | org.apache.xerces.util | This class handles DOM errors . |
| DOMErrorImpl | org.apache.xerces.dom | DOMErrorImpl is an implementation that describes an error. |
| DOMImplementationImpl | org.apache.xerces.dom | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
| DOMImplementationListImpl | org.apache.xerces.dom | This class implements the DOM Level 3 Core interface DOMImplementationList. |
| DOMImplementationSourceImpl | org.apache.xerces.dom | Supply one the right implementation, based upon requested features. |
| DOMInputImpl | org.apache.xerces.dom | This Class DOMInputImpl represents a single input source for an XML entity. |
| DOMInputSource | org.apache.xerces.util | An |
| DOMLocatorImpl | org.apache.xerces.dom | DOMLocatorImpl is an implementaion that describes a location (e.g. |
| DOMMessageFormatter | org.apache.xerces.dom | Used to format DOM error messages, using the system locale. |
| DOMNormalizer | org.apache.xerces.dom | This class adds implementation for normalizeDocument method. |
| DOMNormalizer.XMLAttributesProxy | org.apache.xerces.dom | No description provided. |
| DOMOutputImpl | org.apache.xerces.dom | This class represents an output destination for data. |
| DOMParser | org.apache.xerces.parsers | This is the main Xerces DOM parser class. |
| DOMParserImpl | org.apache.xerces.parsers | This is Xerces DOM Builder class. |
| DOMSerializerImpl | org.apache.xml.serialize | EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization
calls to XMLSerializer. |
| DOMStringListImpl | org.apache.xerces.dom | DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList. |
| DOMUtil | org.apache.xerces.util | Some useful utility methods. |
| DOMXSImplementationSourceImpl | org.apache.xerces.dom | Allows to retrieve XSImplementation, DOM Level 3 Core and LS implementations
and PSVI implementation. |
| DoubleDV | org.apache.xerces.impl.dv.xs | Represent the schema type "double" |
| DTDConfiguration | org.apache.xerces.parsers | This is the DTD-only parser configuration. |
| DTDDVFactory | org.apache.xerces.impl.dv | The factory to create and return DTD types. |
| DTDDVFactoryImpl | org.apache.xerces.impl.dv.dtd | the factory to create/return built-in schema DVs and create user-defined DVs |
| DTDGrammar | org.apache.xerces.impl.dtd | A DTD grammar. |
| DTDGrammar.QNameHashtable | org.apache.xerces.impl.dtd | A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value. |
| DTDGrammarBucket | org.apache.xerces.impl.dtd | This very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool. |
| DTDParser | org.apache.xerces.parsers | No description provided. |
| DurationDV | org.apache.xerces.impl.dv.xs | Validator for <duration> 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. |
| ElementImpl | org.apache.xerces.impl.xs.opti | No description provided. |
| ElementNSImpl | org.apache.xerces.dom | ElementNSImpl inherits from ElementImpl and adds namespace support. |
| ElementPSVImpl | org.apache.xerces.impl.xs | Element PSV infoset augmentations implementation. |
| ElementState | org.apache.xml.serialize | Holds the state of the currently serialized element. |
| EncodingInfo | org.apache.xml.serialize | This class represents an encoding. |
| EncodingMap | org.apache.xerces.util | EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa. |
| Encodings | org.apache.xml.serialize | Provides information about encodings. |
| ENTITYDatatypeValidator | org.apache.xerces.impl.dv.dtd | ENTITYDatatypeValidator implements the DatattypeValidator interface. |
| EntityDV | org.apache.xerces.impl.dv.xs | Represent the schema type "entity" |
| 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. |
| EntityResolver2Wrapper | org.apache.xerces.util | This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver. |
| EntityResolverWrapper | org.apache.xerces.util | This class wraps a SAX entity resolver in an XNI entity resolver. |
| ErrorHandlerProxy | org.apache.xerces.util | Wraps XMLErrorHandler and make it look like a SAX ErrorHandler . |
| ErrorHandlerWrapper | org.apache.xerces.util | This class wraps a SAX error handler in an XNI error handler. |
| EventImpl | org.apache.xerces.dom.events | EventImpl is an implementation of the basic "generic" DOM Level 2 Event object. |
| Field | org.apache.xerces.impl.xs.identity | Schema identity constraint field. |
| Field.Matcher | org.apache.xerces.impl.xs.identity | Field matcher. |
| Field.XPath | org.apache.xerces.impl.xs.identity | Field XPath. |
| FloatDV | org.apache.xerces.impl.dv.xs | Represent the schema type "float" |
| FullDVFactory | org.apache.xerces.impl.dv.xs | the factory to create/return built-in schema DVs and create user-defined DVs |
| HexBin | org.apache.xerces.impl.dv.util | format validation This class encodes/decodes hexadecimal data |
| HexBinaryDV | org.apache.xerces.impl.dv.xs | Represent the schema type "hexBinary" |
| 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. |
| HTTPInputSource | org.apache.xerces.util | This class represents an input source for an XML resource retrievable over HTTP. |
| IDDatatypeValidator | org.apache.xerces.impl.dv.dtd | IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation. |
| IDDV | org.apache.xerces.impl.dv.xs | Represent the schema type "ID" |
| IdentityConstraint | org.apache.xerces.impl.xs.identity | Base class of Schema identity constraint. |
| IDREFDatatypeValidator | org.apache.xerces.impl.dv.dtd | IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation. |
| IDREFDV | org.apache.xerces.impl.dv.xs | Represent the schema type "IDREF" |
| IndentPrinter | org.apache.xml.serialize | Extends Printer and adds support for indentation and line wrapping. |
| IntegerDV | org.apache.xerces.impl.dv.xs | Represent the schema type "integer" |
| IntegratedParserConfiguration | org.apache.xerces.parsers | This is configuration uses a scanner that integrates both scanning of the document and binding namespaces. |
| IntStack | org.apache.xerces.util | A simple integer based stack. |
| JAXPNamespaceContextWrapper | org.apache.xerces.util | A read-only XNI wrapper around a JAXP NamespaceContext. |
| KeyRef | org.apache.xerces.impl.xs.identity | Schema key reference identity constraint. |
| LineSeparator | org.apache.xml.serialize | No description provided. |
| ListDatatypeValidator | org.apache.xerces.impl.dv.dtd | For list types: ENTITIES, IDREFS, NMTOKENS. |
| ListDV | org.apache.xerces.impl.dv.xs | Represent the schema list types |
| LocatorProxy | org.apache.xerces.util | Wraps XMLLocator and make it look like a SAX Locator . |
| Match | org.apache.xerces.impl.xpath.regex | An instance of this class has ranges captured in matching. |
| Method | org.apache.xml.serialize | No description provided. |
| MixedContentModel | org.apache.xerces.impl.dtd.models | MixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements. |
| MonthDayDV | org.apache.xerces.impl.dv.xs | Validator for <gMonthDay> datatype (W3C Schema Datatypes) |
| MonthDV | org.apache.xerces.impl.dv.xs | Validator for <gMonth> datatype (W3C Schema Datatypes) |
| MultipleScopeNamespaceSupport | org.apache.xerces.xinclude | This implementation of NamespaceContext has the ability to maintain multiple scopes of namespace/prefix bindings. |
| 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. |
| NamedNodeMapImpl | org.apache.xerces.impl.xs.opti | No description provided. |
| NameNodeListImpl | org.apache.html.dom | This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName(). |
| NamespaceSupport | org.apache.xerces.util | Namespace support for XML document handlers. |
| NamespaceSupport.Prefixes | org.apache.xerces.util | No description provided. |
| NMTOKENDatatypeValidator | org.apache.xerces.impl.dv.dtd | NMTOKEN datatype validator. |
| NodeImpl | org.apache.xerces.dom | NodeImpl provides the basic structure of a DOM tree. |
| NodeImpl | org.apache.xerces.impl.xs.opti | No description provided. |
| NodeIteratorImpl | org.apache.xerces.dom | DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way. |
| NonValidatingConfiguration | org.apache.xerces.parsers | This is the non validating parser configuration. |
| NOTATIONDatatypeValidator | org.apache.xerces.impl.dv.dtd | 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. |
| NSItemListImpl | org.apache.xerces.impl.xs.util | Containts a list of Object's. |
| 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. |
| ParserConfigurationSettings | org.apache.xerces.util | This class implements the basic operations for managing parser configuration features and properties. |
| 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. |
| PSVIAttrNSImpl | org.apache.xerces.dom | Attribute namespace implementation; stores PSVI attribute items. |
| PSVIDocumentImpl | org.apache.xerces.dom | Our own document implementation, which knows how to create an element with PSVI information. |
| PSVIDOMImplementationImpl | org.apache.xerces.dom | The DOMImplementation class is description of a particular implementation of the Document Object Model. |
| PSVIElementNSImpl | org.apache.xerces.dom | Element namespace implementation; stores PSVI element items. |
| QName | org.apache.xerces.xni | A structure that holds the components of an XML Namespaces qualified name. |
| QNameDV | org.apache.xerces.impl.dv.xs | Represent the schema type "QName" and "NOTATION" |
| RangeImpl | org.apache.xerces.dom | The RangeImpl class implements the org.w3c.dom.range.Range interface. |
| RegularExpression | org.apache.xerces.impl.xpath.regex | A regular expression matching engine using Non-deterministic Finite Automaton (NFA). |
| REUtil | org.apache.xerces.impl.xpath.regex | No description provided. |
| SAXInputSource | org.apache.xerces.util | An |
| SAXLocatorWrapper | org.apache.xerces.util | A light wrapper around a SAX locator. |
| SAXMessageFormatter | org.apache.xerces.util | Used to format SAX error messages using a specified locale. |
| SAXParser | org.apache.xerces.parsers | This is the main Xerces SAX parser class. |
| 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. |
| SAXParserImpl.JAXPSAXParser | org.apache.xerces.jaxp | Extension of SAXParser. |
| SchemaDOM | org.apache.xerces.impl.xs.opti | No description provided. |
| SchemaDOMParser | org.apache.xerces.impl.xs.opti | No description provided. |
| SchemaDVFactory | org.apache.xerces.impl.dv | Defines a factory API that enables applications to |
| SchemaDVFactoryImpl | org.apache.xerces.impl.dv.xs | the factory to create/return built-in schema DVs and create user-defined DVs |
| SchemaGrammar | org.apache.xerces.impl.xs | This class is to hold all schema component declaration that are declared within one namespace. |
| SchemaGrammar.BuiltinSchemaGrammar | org.apache.xerces.impl.xs | No description provided. |
| SchemaGrammar.Schema4Annotations | org.apache.xerces.impl.xs | A partial schema for schemas for validating annotations. |
| SchemaNamespaceSupport | org.apache.xerces.impl.xs | This class customizes the behaviour of the util.NamespaceSupport class in order to easily implement some features that we need for efficient schema handling. |
| SchemaParsingConfig | org.apache.xerces.impl.xs.opti | No description provided. |
| SchemaSymbols | org.apache.xerces.impl.xs | Collection of symbols used to parse a Schema Grammar. |
| SecurityConfiguration | org.apache.xerces.parsers | This configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed. |
| SecurityManager | org.apache.xerces.util | This class is a container for parser settings that relate to security, or more specifically, it is intended to be used to prevent denial-of-service attacks from being launched against a system running Xerces. |
| Selector | org.apache.xerces.impl.xs.identity | Schema identity constraint selector. |
| Selector.Matcher | org.apache.xerces.impl.xs.identity | Selector matcher. |
| Selector.XPath | org.apache.xerces.impl.xs.identity | Schema identity constraint selector XPath expression. |
| SerializerFactory | org.apache.xml.serialize | No description provided. |
| ShadowedSymbolTable | org.apache.xerces.util | Shadowed symbol table. |
| ShortListImpl | org.apache.xerces.impl.xs.util | Containts a list of Object's. |
| SimpleContentModel | org.apache.xerces.impl.dtd.models | SimpleContentModel is a derivative of the abstract content model base class that handles a small set of simple content models that are just way overkill to give the DFA treatment. |
| SimpleLocator | org.apache.xerces.impl.xs.util | An XMLLocator implementation used for schema error reporting. |
| StandardParserConfiguration | org.apache.xerces.parsers | This is the "standard" parser configuration. |
| StringDatatypeValidator | org.apache.xerces.impl.dv.dtd | StringValidator validates that XML content is a W3C string type. |
| StringDV | org.apache.xerces.impl.dv.xs | Represent the schema type "string" |
| StringListImpl | org.apache.xerces.impl.xs.util | Containts a list of Object's. |
| SubstitutionGroupHandler | org.apache.xerces.impl.xs | To store and validate information about substitutionGroup |
| SymbolHash | org.apache.xerces.util | This class is an unsynchronized hash table primary used for String to Object mapping. |
| SymbolHash.Entry | org.apache.xerces.util | This class is a key table entry. |
| SymbolTable | org.apache.xerces.util | This class is a symbol table implementation that guarantees that strings used as identifiers are unique references. |
| SymbolTable.Entry | org.apache.xerces.util | This class is a symbol table entry. |
| SynchronizedSymbolTable | org.apache.xerces.util | Synchronized symbol table. |
| TextImpl | org.apache.xerces.dom | Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
| TextImpl | org.apache.xerces.impl.xs.opti | No description provided. |
| TextSerializer | org.apache.xml.serialize | Implements a text serializer supporting both DOM and SAX serializing. |
| TimeDV | org.apache.xerces.impl.dv.xs | Validator for <time> datatype (W3C Schema Datatypes) |
| TreeWalkerImpl | org.apache.xerces.dom | This class implements the TreeWalker interface. |
| TypeValidator | org.apache.xerces.impl.dv.xs | All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract class. |
| UCSReader | org.apache.xerces.impl.io | Reader for UCS-2 and UCS-4 encodings. |
| UnionDV | org.apache.xerces.impl.dv.xs | Represent the schema union types |
| UniqueOrKey | org.apache.xerces.impl.xs.identity | Schema unique or key identity constraint. |
| URI | org.apache.xerces.util | A class to represent a Uniform Resource Identifier (URI). |
| UTF8Reader | org.apache.xerces.impl.io | A UTF-8 reader. |
| ValidatedInfo | org.apache.xerces.impl.dv | Class to get the information back after content is validated. |
| ValidationManager | org.apache.xerces.impl.validation | ValidationManager is a coordinator property for validators in the pipeline. |
| ValidationState | org.apache.xerces.impl.validation | Implementation of ValidationContext inteface. |
| Version | org.apache.xerces.impl | 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. |
| XHTMLSerializer | org.apache.xml.serialize | Implements an XHTML serializer supporting both DOM and SAX pretty serializing. |
| XInclude11TextReader | org.apache.xerces.xinclude | This class is used for reading resources requested in <include> elements in XML 1.1 entities, when the parse attribute of the <include> element is "text". |
| XIncludeAwareParserConfiguration | org.apache.xerces.parsers | This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude. |
| XIncludeHandler | org.apache.xerces.xinclude | This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. |
| XIncludeHandler.Notation | org.apache.xerces.xinclude | No description provided. |
| XIncludeHandler.UnparsedEntity | org.apache.xerces.xinclude | No description provided. |
| XIncludeMessageFormatter | org.apache.xerces.xinclude | XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation |
| XIncludeNamespaceSupport | org.apache.xerces.xinclude | This is an implementation of NamespaceContext which is intended to be used for XInclude processing. |
| XIncludeParserConfiguration | org.apache.xerces.parsers | This parser configuration includes an XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |
| XIncludeTextReader | org.apache.xerces.xinclude | This class is used for reading resources requested in <include> elements, when the parse attribute of the <include> element is "text". |
| XInt | org.apache.xerces.impl.xs.util | No description provided. |
| XIntPool | org.apache.xerces.impl.xs.util | No description provided. |
| XML11Char | org.apache.xerces.util | This class defines the basic properties of characters in XML 1.1. |
| XML11Configuration | org.apache.xerces.parsers | This class is the configuration used to parse XML 1.0 and XML 1.1 documents. |
| XML11DocumentScannerImpl | org.apache.xerces.impl | This class is responsible for scanning XML document structure and content. |
| XML11DTDConfiguration | org.apache.xerces.parsers | This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents. |
| XML11DTDDVFactoryImpl | org.apache.xerces.impl.dv.dtd | the factory to create/return built-in XML 1.1 DVs and create user-defined DVs |
| XML11DTDProcessor | org.apache.xerces.impl.dtd | This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly. |
| XML11DTDScannerImpl | org.apache.xerces.impl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. |
| XML11DTDValidator | org.apache.xerces.impl.dtd | This allows the validator to correctlyhandle XML 1.1 documents. |
| XML11EntityScanner | org.apache.xerces.impl | Implements the entity scanner methods in the context of XML 1.1. |
| XML11IDDatatypeValidator | org.apache.xerces.impl.dv.dtd | IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation. |
| XML11IDREFDatatypeValidator | org.apache.xerces.impl.dv.dtd | IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation. |
| XML11NamespaceBinder | org.apache.xerces.impl | This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1. |
| XML11NMTOKENDatatypeValidator | org.apache.xerces.impl.dv.dtd | NMTOKEN datatype validator for NMTokens from XML 1.1. |
| XML11NonValidatingConfiguration | org.apache.xerces.parsers | This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents. |
| XML11NSDocumentScannerImpl | org.apache.xerces.impl | The scanner acts as the source for the document information which is communicated to the document handler. |
| XML11NSDocumentScannerImpl.NS11ContentDispatcher | org.apache.xerces.impl | Dispatcher to handle content scanning. |
| XML11NSDTDValidator | org.apache.xerces.impl.dtd | The DTD validator. |
| XML11Serializer | org.apache.xml.serialize | Implements an XML serializer supporting both DOM and SAX pretty serializing. |
| XMLAttributeDecl | org.apache.xerces.impl.dtd | No description provided. |
| XMLAttributesImpl | org.apache.xerces.util | The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element. |
| XMLCatalogResolver | org.apache.xerces.util | The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs. |
| XMLChar | org.apache.xerces.util | This class defines the basic XML character properties. |
| XMLContentSpec | org.apache.xerces.impl.dtd | ContentSpec really exists to aid the parser classes in implementing access to the grammar. |
| XMLDocumentFragmentScannerImpl | org.apache.xerces.impl | This class is responsible for scanning the structure and content of document fragments. |
| XMLDocumentFragmentScannerImpl.ElementStack | org.apache.xerces.impl | Element stack. |
| XMLDocumentFragmentScannerImpl.FragmentContentDispatcher | org.apache.xerces.impl | Dispatcher to handle content scanning. |
| XMLDocumentParser | org.apache.xerces.parsers | This is a concrete vanilla XML parser class. |
| XMLDocumentScannerImpl | org.apache.xerces.impl | This class is responsible for scanning XML document structure and content. |
| XMLDocumentScannerImpl.ContentDispatcher | org.apache.xerces.impl | Dispatcher to handle content scanning. |
| XMLDocumentScannerImpl.DTDDispatcher | org.apache.xerces.impl | Dispatcher to handle the internal and external DTD subsets. |
| XMLDocumentScannerImpl.PrologDispatcher | org.apache.xerces.impl | Dispatcher to handle prolog scanning. |
| XMLDocumentScannerImpl.TrailingMiscDispatcher | org.apache.xerces.impl | Dispatcher to handle trailing miscellaneous section scanning. |
| XMLDocumentScannerImpl.XMLDeclDispatcher | org.apache.xerces.impl | Dispatcher to handle XMLDecl scanning. |
| XMLDTDDescription | org.apache.xerces.impl.dtd | All information specific to DTD grammars. |
| XMLDTDLoader | org.apache.xerces.impl.dtd | The DTD loader. |
| XMLDTDProcessor | org.apache.xerces.impl.dtd | The DTD processor. |
| XMLDTDScannerImpl | org.apache.xerces.impl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. |
| XMLDTDValidator | org.apache.xerces.impl.dtd | The DTD validator. |
| XMLElementDecl | org.apache.xerces.impl.dtd | No description provided. |
| XMLEntityDecl | org.apache.xerces.impl.dtd | No description provided. |
| XMLEntityDescriptionImpl | org.apache.xerces.util | This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity. |
| XMLEntityManager | org.apache.xerces.impl | The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities. |
| XMLEntityManager.Entity | org.apache.xerces.impl | Entity information. |
| XMLEntityManager.ExternalEntity | org.apache.xerces.impl | External entity. |
| XMLEntityManager.InternalEntity | org.apache.xerces.impl | Internal entity. |
| XMLEntityManager.RewindableInputStream | org.apache.xerces.impl | This class wraps the byte inputstreams we're presented with. |
| XMLEntityManager.ScannedEntity | org.apache.xerces.impl | Entity state. |
| XMLEntityScanner | org.apache.xerces.impl | Implements the entity scanner methods. |
| XMLErrorReporter | org.apache.xerces.impl | This class is a common element of all parser configurations and is used to report errors that occur. |
| XMLGrammarCachingConfiguration | org.apache.xerces.parsers | This configuration provides a generic way of using Xerces's grammar caching facilities. |
| XMLGrammarParser | org.apache.xerces.parsers | No description provided. |
| XMLGrammarPoolImpl | org.apache.xerces.util | Stores grammars in a pool associated to a specific key. |
| XMLGrammarPoolImpl.Entry | org.apache.xerces.util | This class is a grammar pool entry. |
| XMLGrammarPreparser | org.apache.xerces.parsers | This class provides an easy way for a user to preparse grammars of various types. |
| XMLInputSource | org.apache.xerces.xni.parser | This class represents an input source for an XML document. |
| XMLMessageFormatter | org.apache.xerces.impl.msg | XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation |
| XMLNamespaceBinder | org.apache.xerces.impl | This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler. |
| XMLNotationDecl | org.apache.xerces.impl.dtd | No description provided. |
| XMLNSDocumentScannerImpl | org.apache.xerces.impl | The scanner acts as the source for the document information which is communicated to the document handler. |
| XMLNSDocumentScannerImpl.NSContentDispatcher | org.apache.xerces.impl | Dispatcher to handle content scanning. |
| XMLNSDTDValidator | org.apache.xerces.impl.dtd | The DTD validator. |
| XMLParser | org.apache.xerces.parsers | Base class of all XML-related parsers. |
| XMLResourceIdentifierImpl | org.apache.xerces.util | The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource. |
| XMLScanner | org.apache.xerces.impl | This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content. |
| XMLSchemaFactory | org.apache.xerces.jaxp.validation | SchemaFactory for XML Schema. |
| XMLSchemaLoader | org.apache.xerces.impl.xs | This class implements xni.grammars.XMLGrammarLoader. |
| XMLSchemaValidator | org.apache.xerces.impl.xs | The XML Schema validator. |
| XMLSchemaValidator.KeyRefValueStore | org.apache.xerces.impl.xs | Key reference value store. |
| XMLSchemaValidator.KeyValueStore | org.apache.xerces.impl.xs | Key value store. |
| XMLSchemaValidator.LocalIDKey | org.apache.xerces.impl.xs | No description provided. |
| XMLSchemaValidator.ShortVector | org.apache.xerces.impl.xs | A simple vector for shorts. |
| XMLSchemaValidator.UniqueValueStore | org.apache.xerces.impl.xs | Unique value store. |
| XMLSchemaValidator.ValueStoreBase | org.apache.xerces.impl.xs | Value store implementation base class. |
| XMLSchemaValidator.ValueStoreCache | org.apache.xerces.impl.xs | Value store cache. |
| XMLSchemaValidator.XPathMatcherStack | org.apache.xerces.impl.xs | Stack of XPath matchers for identity constraints. |
| XMLSchemaValidator.XSIErrorReporter | org.apache.xerces.impl.xs | A wrapper of the standard error reporter. |
| XMLSerializer | org.apache.xml.serialize | Implements an XML serializer supporting both DOM and SAX pretty serializing. |
| XMLSimpleType | org.apache.xerces.impl.dtd | No description provided. |
| XMLString | org.apache.xerces.xni | This class is used as a structure to pass text contained in the underlying character buffer of the scanner. |
| XMLStringBuffer | org.apache.xerces.util | XMLString is a structure used to pass character arrays. |
| XMLSymbols | org.apache.xerces.util | All internalized xml symbols. |
| XMLVersionDetector | org.apache.xerces.impl | This class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0. |
| XPath | org.apache.xerces.impl.xpath | Bare minimum XPath parser. |
| XPath.Axis | org.apache.xerces.impl.xpath | Axis. |
| XPath.LocationPath | org.apache.xerces.impl.xpath | A location path representation for an XPath expression. |
| XPath.NodeTest | org.apache.xerces.impl.xpath | Node test. |
| XPath.Step | org.apache.xerces.impl.xpath | A location path step comprised of an axis and node test. |
| XPathMatcher | org.apache.xerces.impl.xs.identity | XPath matcher. |
| XPointerHandler | org.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. |
| XPointerParserConfiguration | org.apache.xerces.parsers | This parser configuration includes an XPointerHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |
| XSAllCM | org.apache.xerces.impl.xs.models | XSAllCM implements XSCMValidator and handles |
| XSAnnotationImpl | org.apache.xerces.impl.xs | This is an implementation of the XSAnnotation schema component. |
| XSAttributeChecker | org.apache.xerces.impl.xs.traversers | Class XSAttributeCheck is used to check the validity of attributes
appearing in the schema document. |
| XSAttributeDecl | org.apache.xerces.impl.xs | The XML representation for an attribute declaration
schema component is an |
| XSAttributeGroupDecl | org.apache.xerces.impl.xs | The XML representation for an attribute group declaration
schema component is a global |
| XSAttributeUseImpl | org.apache.xerces.impl.xs | The XML representation for an attribute use
schema component is a local |
| XSCMBinOp | org.apache.xerces.impl.xs.models | Content model Bin-Op node. |
| XSCMLeaf | org.apache.xerces.impl.xs.models | Content model leaf node. |
| XSCMUniOp | org.apache.xerces.impl.xs.models | Content model Uni-Op node. |
| XSComplexTypeDecl | org.apache.xerces.impl.xs | The XML representation for a complexType
schema component is a |
| XSConstraints | org.apache.xerces.impl.xs | Constaints shared by traversers and validator |
| XSDDescription | org.apache.xerces.impl.xs | All information specific to XML Schema grammars. |
| XSDeclarationPool | org.apache.xerces.impl.xs | This class is pool that enables caching of XML Schema declaration objects. |
| XSDFACM | org.apache.xerces.impl.xs.models | DFAContentModel is the implementation of XSCMValidator that does all of the non-trivial element content validation. |
| XSDHandler | org.apache.xerces.impl.xs.traversers | The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema. |
| XSElementDecl | org.apache.xerces.impl.xs | The XML representation for an element declaration
schema component is an |
| XSEmptyCM | org.apache.xerces.impl.xs.models | XSEmptyCM is a derivative of the abstract content model base class that handles a content model with no chilren (elements). |
| XSFacets | org.apache.xerces.impl.dv | The class used to pass all facets to applyFacets(XSFacets, short, short, ValidationContext) . |
| XSGrammarBucket | org.apache.xerces.impl.xs | A class used to hold the internal schema grammar set for the current instance |
| XSGrammarPool | org.apache.xerces.impl.xs.util | Add a method that return an XSModel that represents components in
the schema grammars in this pool implementation. |
| XSGroupDecl | org.apache.xerces.impl.xs | The XML representation for a group declaration
schema component is a global |
| XSImplementationImpl | org.apache.xerces.impl.xs | Implements XSImplementation interface that allows one to retrieve an instance of XSLoader. |
| XSLoaderImpl | org.apache.xerces.impl.xs | An implementation of XSLoader which wraps XMLSchemaLoader. |
| XSMessageFormatter | org.apache.xerces.impl.xs | SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language |
| XSModelGroupImpl | org.apache.xerces.impl.xs | Store schema model group declaration. |
| XSModelImpl | org.apache.xerces.impl.xs | Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces. |
| XSNamedMap4Types | org.apache.xerces.impl.xs.util | Containts the map between qnames and XSObject's. |
| XSNamedMapImpl | org.apache.xerces.impl.xs.util | Containts the map between qnames and XSObject's. |
| XSNotationDecl | org.apache.xerces.impl.xs | The XML representation for a NOTATION declaration
schema component is a global |
| XSObjectListImpl | org.apache.xerces.impl.xs.util | Containts a list of XSObject's. |
| XSParticleDecl | org.apache.xerces.impl.xs | Store schema particle declaration. |
| XSSimpleTypeDecl | org.apache.xerces.impl.dv.xs | No description provided. |
| XSWildcardDecl | org.apache.xerces.impl.xs | The XML representation for a wildcard declaration
schema component is an |
| YearDV | org.apache.xerces.impl.dv.xs | Validator for <gYear> datatype (W3C Schema Datatypes) |
| YearMonthDV | org.apache.xerces.impl.dv.xs | Validator for <gYearMonth> datatype (W3C Schema Datatypes) |
| Search |




