The DomNode class / xml.DomNode methods |
Returns a duplicate DomNode object of a node.
clone( deep INTEGER ) RETURNING object xml.DomNode
Returns a duplicate DomNode object of this node. If deep is TRUE, child DomNode objects are cloned too; otherwise only the DomNode itself is cloned.
Returns a copy of this DomNode object, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.