importNode (DOMDocument - JavaScript)
Imports a node from another document to this document.
Defined in
DOMDocumentSyntax
importNode(Node importedNode,
boolean deep) : DOMNode
Imports a node from another document to this document.
importNode(Node importedNode,
boolean deep) : DOMNode