Imports a node from another document to this document. The returned node has no parent; (parentNode is null). The source node is not altered or removed from the original document; this method creates a new copy of the source node.
If true, recursively import the subtree under the specified node; if false, import only the node itself. This has no effect on Attr, EntityReference, and Notation nodes.
Returns:
Node -
The imported node that belongs to this Document.