the XML document
the patch document
Maps namespace of the given node to target document. If the given node is an element, all its attributes will be mapped too. Also, all descendants of the given node will be mapped.
An anchor
is needed because this method descends into all descendants.
Namespace lookup happens on the anchor
and the target
nodes.
a imported node that will be put to target, please note that this node may not be in the patch document.
a node in the target document.
a node in the patch document, mostly likely the node being processed currently.
Maps namespace of the given attribute to target document.
Namespace lookup happens on the anchor
and the target
nodes.
a node from patch document
a node in the target document
a node in the patch document, mostly likely the node being processed currently.
Maps namespace of the given node to target document. If the given node is
an element, all its attributes will be mapped too.
Namespace lookup happens on the anchor
and the target
nodes.
a node from patch document
a node in the target document
a node in the patch document, mostly likely the node being processed currently.
Map the given namespace to target document's namespaces.
a qualified name from patch document
a node in the target document
a node from patch document
whether it's an attribute node
Sets the node prefix, and namespace URI if provided. Please note that the
namespace lookup list (_nsMap
) is not changed.
Sets the target XML document (not the patch).
the XML document
Generated using TypeDoc