Represents a node in the structure of a DOM element.
An array of attribute names associated with the node.
An array of child nodes that are also StructureNode instances.
The HTML tag name of the node.
Represents a node in the structure of a DOM element.