Objects
This section describes the objects associated with the Document Object Model (DOM) Traversal API.
In this section
| Topic | Description |
|---|---|
|
Provides an object that can be used to traverse filtered lists of nodes or elements using a flat logical representation of the document structure. | |
|
Specifies a general way to select content between a two boundary points. | |
|
Describes errors thrown by selection and range operations. | |
|
Represents text in an HTML element. | |
|
Provides an object that can be used to traverse filtered lists of nodes or elements in a document. This object is ideal for navigating a representation of the document's tree structure. |
Show: