|
Class Summary |
| AttrImpl |
Attribute represents an XML-style attribute of an
Element. |
| CDATASectionImpl |
XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place. |
| CharacterDataImpl |
CharacterData is an abstract Node that can carry character data as its
Value. |
| CommentImpl |
Represents an XML (or HTML) comment. |
| 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). |
| DeferredAttrImpl |
Attribute represents an XML-style attribute of an
Element. |
| DeferredCDATASectionImpl |
XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place. |
| DeferredCommentImpl |
Represents an XML (or HTML) comment. |
| DeferredDocumentImpl |
The Document interface represents the entire HTML or XML document. |
| DeferredDocumentTypeImpl |
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD). |
| DeferredElementDefinitionImpl |
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type. |
| DeferredElementImpl |
Elements represent most of the "markup" and structure of the
document. |
| DeferredEntityImpl |
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed. |
| DeferredEntityReferenceImpl |
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM. |
| 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. |
| DeferredProcessingInstructionImpl |
Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content. |
| DeferredTextImpl |
Text nodes hold the non-markup, non-Entity content of
an Element or Attribute. |
| DocumentFragmentImpl |
DocumentFragment is a "lightweight" or "minimal" Document
object. |
| DocumentImpl |
The Document interface represents the entire HTML or XML document. |
| DocumentTypeImpl |
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD). |
| DOMImplementationImpl |
The DOMImplementation class is description of a particular
implementation of the Document Object Model. |
| ElementDefinitionImpl |
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type. |
| ElementImpl |
Elements represent most of the "markup" and structure of the
document. |
| EntityImpl |
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed. |
| EntityReferenceImpl |
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM. |
| NamedNodeMapImpl |
NamedNodeMaps represent collections of Nodes that can be accessed
by name. |
| NodeImpl |
Node provides the basic structure of a DOM tree. |
| 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. |
| ProcessingInstructionImpl |
Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content. |
| TextImpl |
Text nodes hold the non-markup, non-Entity content of
an Element or Attribute. |