File "index.md"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/index.md
File size: 1.13 KB
MIME-type: text/plain
Charset: utf-8

 
Open Back
Represents a single node in the DOM tree (see [`HtmlDocument`](../HtmlDocument/index.md)).

## Public Properties

| Property    | Description                                              |
|-------------|----------------------------------------------------------|
| `_`         | Node meta data (i.e. type of node).                      |
| `attr`      | List of attributes.                                      |
| `children`  | List of child nodes.                                     |
| `nodes`     | List of nodes.                                           |
| `nodetype`  | Node type.                                               |
| `parent`    | Parent node object.                                      |
| `tag`       | Node's tag name.                                         |
| `tag_start` | Start position of the tag name in the original document. |

## Protected Properties

None.

## Private Properties

| Property | Description                                                      |
|----------|------------------------------------------------------------------|
| `dom`    | The DOM object (see [`HtmlDocument`](../HtmlDocument/index.md)). |