htmlparser2 tree adapter DocumentFragment interface.
Same as children. DOM spec-compatible alias.
Child nodes.
First child of the node.
Last child of the node.
The name of the node.
Next sibling.
Same as next. DOM spec-compatible alias.
DOM spec-compatible node type.
Parent node.
Same as parent. DOM spec-compatible alias.
Previous sibling.
Same as prev. DOM spec-compatible alias.
The type of the node.
Generated using TypeDoc
htmlparser2 tree adapter DocumentFragment interface.