Core API
Object |
Description |
Availability |
---|---|---|
Represents an attribute of an Element object. |
4.6+ |
|
Represents a block of escaped text, such as XML fragments, source code, or other content that is otherwise interpreted as XML markup. |
4.6+ |
|
Accesses character data in the DOM. |
4.6+ |
|
Represents the contents of a comment within a document. |
4.6+ |
|
Represents the entire HTML or XML document. It acts as the root of the tree, and provides the primary access to the data of the document. |
4.6+ |
|
A lightweight Document object, that creates or extracts only part of a document. |
4.6+ |
|
Represents the doctype for a document. If a document has a doctype, it will be a reference to this object. |
4.6+ |
|
Defines the methods for performing the operations that are independent of any particular instance of the DOM, such as creating new documents. |
4.6+ |
|
Represents an element in an HTML or XML document. |
4.6+ |
|
Represents any entity in an XML document. |
4.6+ |
|
Represents a reference to an Entity object within the document. |
4.6+ |
|
Represents a collection of nodes that can be accessed by name. |
4.6+ |
|
Represents a unique node within the DOM tree, and is the primary data type for the DOM. |
4.6+ |
|
Contains an ordered collection of nodes. |
4.6+ |
|
Represents a notation that is declared in a DTD. |
4.6+ |
|
Represents a processing instruction for an XML document. |
4.6+ |
|
Represents the text contents of an element or attribute. |
4.6+ |
Last modified: 2014-03-10
Got questions about leaving a comment? Get answers from our Disqus FAQ.
comments powered by Disqus