XmlNode.CloneNode Method
| Explanation | Create a duplicate of the node. This method is not available in the XmlDocument class. Not supported in Mobile, AI | |
| Call format | var node2 = node.CloneNode( deep ) | |
| Return value | Duplicate XmlNode object | |
| Arguments | boolean deep | $TRUE if recursively copying the child nodes of the node, $FALSE otherwise |
| Exception | None | |
| Example of use | | |
| Related item | XmlDocument class | |