Core API
|
Object |
Description |
Availability |
|---|---|---|
|
Represents an attribute of an Element object. |
4.6 or later |
|
|
Represents a block of escaped text, such as XML fragments, source code, or other content that is otherwise interpreted as XML markup. |
4.6 or later |
|
|
Accesses character data in the DOM. |
4.6 or later |
|
|
Represents the contents of a comment within a document. |
4.6 or later |
|
|
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 or later |
|
|
A lightweight Document object, that creates or extracts only part of a document. |
4.6 or later |
|
|
Represents the doctype for a document. If a document has a doctype, it will be a reference to this object. |
4.6 or later |
|
|
Defines the methods for performing the operations that are independent of any particular instance of the DOM, such as creating new documents. |
4.6 or later |
|
|
Represents an element in an HTML or XML document. |
4.6 or later |
|
|
Represents any entity in an XML document. |
4.6 or later |
|
|
Represents a reference to an Entity object within the document. |
4.6 or later |
|
|
Represents a collection of nodes that can be accessed by name. |
4.6 or later |
|
|
Represents a unique node within the DOM tree, and is the primary data type for the DOM. |
4.6 or later |
|
|
Contains an ordered collection of nodes. |
4.6 or later |
|
|
Represents a notation that is declared in a DTD. |
4.6 or later |
|
|
Represents a processing instruction for an XML document. |
4.6 or later |
|
|
Represents the text contents of an element or attribute. |
4.6 or later |
- Object: Attr
- Object: CDATASection
- Object: CharacterData
- Object: Comment
- Object: Document
- Object: DocumentFragment
- Object: DocumentType
- Object: DOMException
- Object: DOMImplementation
- Object: Element
- Object: Entity
- Object: EntityReference
- Object: NamedNodeMap
- Object: Node
- Object: NodeList
- Object: Notation
- Object: ProcessingInstruction
- Object: Text