The DomNode class

The xml.DomNode class provides methods to manipulate a node of a DomDocument object.

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 DomNode object using creation methods in the DomDocument class.

The status variable is set to zero after a successful method call.