|
|
1-2 of 2 XML XML-DOM > Node sites are shown.
|
|
The Node object is the basic datatype of the whole Document Object Model, and represents a single node in the document tree.
|
|
|
|
|
|
|
The NodeList object represents a live collection of Node objects. This means that any alterations to the number or properties of nodes is immediately reflected in the list. This list permits indexed access to individual nodes as well as iteration through the collection.
|
|
|
|
|
|