Discuss this help topic in SecureBlackbox Forum
Creates a copy of the current node.
Declaration
Parameters
Description
Use this method to create a copy of the node. Deep parameter specifies whether shallow or deep copy should be made. Shallow copy only copies node properties, while deep copy copies node properties and clones all child nodes.
aCloneOwner parameter specifies the owner document for the new node. If this parameter is not passed (i.e. the method with one parameter is called), the owner of the node, which is being copied, is used.