import_node method

import_node

Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.

Returns

The Node.

def import_node(self, imported_node, deep):
    ...
ParameterTypeDescription
imported_nodeNodeThe imported node.
deepboolif set to true [deep].

See Also