Abstract
The content of the data node
The end index of the node. Requires withEndIndices
on the handler to be `true.
Next sibling
Readonly
Abstract
nodeParent of the node
Previous sibling
Optional
sourceparse5
source code location info.
Available if parsing with parse5 and location info is enabled.
The start index of the node. Requires withStartIndices
on the handler to be `true.
Readonly
Abstract
typeThe type of the node.
Clone this node, and optionally its children.
A clone of the node.
Clone child nodes as well.
A node that contains some data.