Readonly
targetReadonly
targetImports nodes similar to Document.importNode
. In contrast to
`Document.importNode´ this method tries to also adapt the namespace
URIs of corresponding nodes: If they were of the default namespace in
the source document, they will now use the default namespace of the
target document.
@param node - node to import
@param deep - if to include children; defaults to false
.
Contextual information and API during DOM conversion.