importNode
The importNode() method of the Document interface creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.
The importNode() method of the Document interface creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.