The DomNodeList class
The xml.DomNodeList
class provides methods to manipulate a
list of DomNode objects.
This class is provided in the
xml
C-Extension library; To use this class, import the
xml
package with:IMPORT xml
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.