Name of the tag, eg. div
, span
.
Object mapping attribute names to attribute values.
Children of the node.
The end index of the node. Requires withEndIndices
on the handler to be `true.
Element namespace (parse5 only).
Next sibling
Parent of the node
Previous sibling
parse5
source code location info, with start & end tags.
Available if parsing with parse5 and location info is enabled.
The start index of the node. Requires withStartIndices
on the handler to be `true.
Element attribute namespaces (parse5 only).
Element attribute namespace-related prefixes (parse5 only).
First child of the node.
Last child of the node.
Clone this node, and optionally its children.
Clone child nodes as well.
A clone of the node.
Re-exporting all of the node types.