Modifier and Type | Interface and Description |
---|---|
public interface | DeferredNode
An interface for deferred node object. |
Modifier and Type | Class and Description |
---|---|
public class | |
public class | AttributeMap
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. |
public class | AttrImpl
Attribute represents an XML-style attribute of an Element. |
public class | AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support. |
public class | CDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
public abstract class | CharacterDataImpl
CharacterData is an abstract Node that can carry character data as its Value. |
public abstract class | ChildNode
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings. |
public class | CommentImpl
Represents an XML (or HTML) comment. |
public class | CoreDocumentImpl
The Document interface represents the entire HTML or XML document. |
public class | CoreDOMImplementationImpl
The DOMImplementation class is description of a particular implementation of the Document Object Model. |
public class | 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). |
public class | DeferredAttrImpl
Attribute represents an XML-style attribute of an Element. |
public class | DeferredAttrNSImpl
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl. |
public class | DeferredCDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
public class | DeferredCommentImpl
Represents an XML (or HTML) comment. |
public class | DeferredDocumentImpl
The Document interface represents the entire HTML or XML document. |
public class | DeferredDocumentTypeImpl
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
public class | DeferredDOMImplementationImpl
This DOMImplementation class is description of a particular implementation of the Document Object Model. |
public class | DeferredElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
public class | DeferredElementImpl
Elements represent most of the "markup" and structure of the document. |
public class | DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. |
public class | DeferredEntityImpl
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
public class | DeferredEntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
public class | 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. |
public class | DeferredProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
public class | DeferredTextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
public class | DocumentFragmentImpl
DocumentFragment is a "lightweight" or "minimal" Document object. |
public class | DocumentImpl
The Document interface represents the entire HTML or XML document. |
public class | DocumentTypeImpl
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD). |
public class | DOMConfigurationImpl
Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. |
public class | DOMErrorImpl
Note The error object that describes the error might be reused by Xerces implementation, across multiple calls to the handleEvent method on DOMErrorHandler interface. |
public class | DOMImplementationImpl
The DOMImplementation class is description of a particular implementation of the Document Object Model. |
public class | DOMImplementationListImpl
This class implements the DOM Level 3 Core interface DOMImplementationList. |
public class | DOMImplementationSourceImpl
Supply one the right implementation, based upon requested features. |
public class | DOMInputImpl
This Class |
public class | DOMLocatorImpl
|
public class | DOMMessageFormatter
Used to format DOM error messages, using the system locale. |
public class | DOMNormalizer
This class adds implementation for normalizeDocument method. |
public class | DOMOutputImpl
This class represents an output destination for data. |
public class | DOMStringListImpl
DOM Level 3 This class implements the DOM Level 3 Core interface DOMStringList. |
public class | DOMXSImplementationSourceImpl
Allows to retrieve |
public class | ElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type. |
public class | ElementImpl
Elements represent most of the "markup" and structure of the document. |
public class | ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support. |
public class | EntityImpl
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed. |
public class | EntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM. |
pack-priv class | |
public class | NamedNodeMapImpl
NamedNodeMaps represent collections of Nodes that can be accessed by name. |
public abstract class | NodeImpl
NodeImpl provides the basic structure of a DOM tree. |
public class | NodeIteratorImpl
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way. |
pack-priv class | NodeListCache
This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to improve performance of the NodeList accessors, getLength() and item(i). |
public class | 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. |
public abstract class | ParentNode
ParentNode inherits from ChildNode and adds the capability of having child nodes. |
public class | ProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. |
public class | PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items. |
public class | PSVIDocumentImpl
Our own document implementation, which knows how to create an element with PSVI information. |
public class | PSVIDOMImplementationImpl
The DOMImplementation class is description of a particular implementation of the Document Object Model. |
public class | PSVIElementNSImpl
Element namespace implementation; stores PSVI element items. |
public class | |
public class | RangeImpl
The RangeImpl class implements the org.w3c.dom.range.Range interface. |
public class | TextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
public class | TreeWalkerImpl
This class implements the TreeWalker interface. |