The DomNodeList class
The xml.DomNodeList
class provides methods to manipulate a list of
DomNode objects.
You can create a DomNodeList object using selection methods in the DomDocument and DomNode classes. The relationship between the DomNode objects in the list depends on the method used to create the DomNodeList object.
The STATUS
variable is set to zero after a successful
method call.