Abstract
Children of the node. Only certain node types can have children.
Children of the node. Only certain node types can have children.
The end index of the node. Requires withEndIndices
on the handler to be `true.
Next sibling
Abstract
Readonly
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.
Abstract
Readonly
typeThe type of the node.
A node that can have children.