The list of node children.
The index where the node ends.
The type of the node.
The parent of the node.
If true
then the element was represented as a self-closing tag in the source.
The index where the node starts.
The name of element tag.
Generated using TypeDoc
The mapping from the attribute name to its value. If value of the attribute was omitted and name is followed by "=" char like
foo=
thennull
. If value is omitted and name isn't followed by a "=" char likefoo
thenundefined
.