ReadonlytargetReadonlytargetCreates a CDATA section owned by targetDocument.
CDATA text
Creates a Comment owned by targetDocument.
text
Creates an empty DocumentFragment owned by targetDocument.
Creates the element with given local name with default namespace of the target document.
local name of the element to create
Forwards to createElementNS in targetDocument.
namespace URI
qualified name of the element to create
Creates a Range owned by targetDocument.
Creates a Text node owned by targetDocument.
text
Imports 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.
node to import
if to include children; defaults to false.
Contextual information and API during DOM conversion.