org.apache.xerces.dom.events |
DeferredNode | An interface for deferred node object. | code | html |
CharacterDataImpl | CharacterData is an abstract Node that can carry character data as its Value. | code | html |
ChildAndParentNode | If we had multiple inheritance ChildAndParentNode would simply inherit both from ChildNode and ParentNode. | code | html |
ChildNode | ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings. | code | html |
NodeImpl | NodeImpl provides the basic structure of a DOM tree. | code | html |
ParentNode | ParentNode inherits from ChildNode and adds the capability of having child nodes. | code | html |
ASDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. | code | html |
ASModelImpl | To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. | code | html |
AttrImpl | Attribute represents an XML-style attribute of an Element. | code | html |
AttrNSImpl | AttrNSImpl inherits from AttrImpl and adds namespace support. | code | html |
AttributeMap | AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. | code | html |
CDATASectionImpl | XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. | code | html |
ChildAndParentNode.NodeListImpl | NodeList implementation. | code | html |
CommentImpl | Represents an XML (or HTML) comment. | code | html |
CoreDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. | code | html |
CoreDOMImplementationImpl.RevalidationHandlerHolder | A holder for RevalidationHandlers. | code | html |
CoreDOMImplementationImpl.XMLDTDLoaderHolder | A holder for XMLDTDLoaders. | code | html |
CoreDocumentImpl | The Document interface represents the entire HTML or XML document. | code | html |
DOMConfigurationImpl | Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. | code | html |
DOMErrorImpl | DOMErrorImpl is an implementation that describes an error. |
code | html |
DOMExceptionImpl | DOMExceptions are thrown when one of the DOM implementation classes discovers an error condition. | code | html |
DOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. | code | html |
DOMImplementationListImpl | This class implements the DOM Level 3 Core interface DOMImplementationList. |
code | html |
DOMImplementationSourceImpl | Supply one the right implementation, based upon requested features. | code | html |
DOMInputImpl | This Class DOMInputImpl represents a single input source for an XML entity. |
code | html |
DOMLocatorImpl | DOMLocatorImpl is an implementaion that describes a location (e.g. |
code | html |
DOMMessageFormatter | Used to format DOM error messages, using the system locale. | code | html |
DOMNormalizer | This class adds implementation for normalizeDocument method. | code | html |
DOMNormalizer.XMLAttributesProxy | code | html | |
DOMOutputImpl | This class represents an output destination for data. | code | html |
DOMStringListImpl | DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList. | code | html |
DOMXSImplementationSourceImpl | Allows to retrieve XSImplementation , DOM Level 3 Core and LS implementations
and PSVI implementation. |
code | html |
DeepNodeListImpl | This class implements the DOM's NodeList behavior for
Element.getElementsByTagName()
The DOM describes NodeList as follows: 1) It may represent EITHER nodes scattered through a subtree (when returned by Element.getElementsByTagName), or just the immediate children (when returned by Node.getChildNodes). |
code | html |
DeferredAttrImpl | Attribute represents an XML-style attribute of an Element. | code | html |
DeferredAttrNSImpl | DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl. | code | html |
DeferredCDATASectionImpl | XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. | code | html |
DeferredCommentImpl | Represents an XML (or HTML) comment. | code | html |
DeferredDOMImplementationImpl | This DOMImplementation class is description of a particular implementation of the Document Object Model. |
code | html |
DeferredDocumentImpl | The Document interface represents the entire HTML or XML document. | code | html |
DeferredDocumentImpl.IntVector | A simple integer vector. | code | html |
DeferredDocumentImpl.RefCount | code | html | |
DeferredDocumentTypeImpl | This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). | code | html |
DeferredElementDefinitionImpl | NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. | code | html |
DeferredElementImpl | Elements represent most of the "markup" and structure of the document. | code | html |
DeferredElementNSImpl | DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. | code | html |
DeferredEntityImpl | Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. | code | html |
DeferredEntityReferenceImpl | EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. | code | html |
DeferredNotationImpl | Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document. | code | html |
DeferredProcessingInstructionImpl | Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. | code | html |
DeferredTextImpl | Text nodes hold the non-markup, non-Entity content of an Element or Attribute. | code | html |
DocumentFragmentImpl | DocumentFragment is a "lightweight" or "minimal" Document object. | code | html |
DocumentImpl | The Document interface represents the entire HTML or XML document. | code | html |
DocumentImpl.EnclosingAttr | NON-DOM INTERNAL: Return object for getEnclosingAttr. | code | html |
DocumentImpl.LEntry | code | html | |
DocumentTypeImpl | This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). | code | html |
ElementDefinitionImpl | NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. | code | html |
ElementImpl | Elements represent most of the "markup" and structure of the document. | code | html |
ElementNSImpl | ElementNSImpl inherits from ElementImpl and adds namespace support. | code | html |
EntityImpl | Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. | code | html |
EntityReferenceImpl | EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. | code | html |
LCount | code | html | |
NamedNodeMapImpl | NamedNodeMaps represent collections of Nodes that can be accessed by name. | code | html |
NodeIteratorImpl | DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way. | code | html |
NodeListCache | This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to improve performance of the NodeList accessors, getLength() and item(i). | code | html |
NotationImpl | Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document. | code | html |
ObjectFactory | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
ObjectFactory.ConfigurationError | A configuration error. | code | html |
PSVIAttrNSImpl | Attribute namespace implementation; stores PSVI attribute items. | code | html |
PSVIDOMImplementationImpl | The DOMImplementation class is description of a particular implementation of the Document Object Model. | code | html |
PSVIDocumentImpl | Our own document implementation, which knows how to create an element with PSVI information. | code | html |
PSVIElementNSImpl | Element namespace implementation; stores PSVI element items. | code | html |
ParentNode.UserDataRecord | code | html | |
ProcessingInstructionImpl | Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. | code | html |
RangeExceptionImpl | code | html | |
RangeImpl | The RangeImpl class implements the org.w3c.dom.range.Range interface. | code | html |
SecuritySupport | This class is duplicated for each subpackage so keep it in sync. | code | html |
SecuritySupport12 | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
TextImpl | Text nodes hold the non-markup, non-Entity content of an Element or Attribute. | code | html |
TreeWalkerImpl | This class implements the TreeWalker interface. | code | html |