node tree
node tree
A hierarchical data structure. Depending on the application, each element of a hierarchy may be considered a node.Nodes in a DOM Tree |
---|
In the Document Object Model, which exposes the contents of HTML and XML documents to an application, each element, attribute and piece of textual content is considered a node. |