class |
CoreDocumentImpl |
The Document interface represents the entire HTML or XML document.
|
class |
DocumentFragmentImpl |
DocumentFragment is a "lightweight" or "minimal" Document object.
|
class |
DocumentImpl |
The Document interface represents the entire HTML or XML document.
|
class |
DocumentTypeImpl |
This class represents a Document Type declaraction in the document
itself, not a Document Type Definition (DTD).
|
class |
ElementImpl |
Elements represent most of the "markup" and structure of the document.
|
class |
ElementNSImpl |
ElementNSImpl inherits from ElementImpl and adds namespace support.
|
class |
EntityImpl |
Entity nodes hold the reference data for an XML Entity -- either parsed or
unparsed.
|
class |
EntityReferenceImpl |
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
|