Home | History | Annotate | Download | only in libxml2

Lines Matching refs:destParent

8937 * @destParent: the optional new parent of @node in @destDoc
8941 * elements->nsDef entries if @destParent is given, or to
8943 * If @destParent is given, it ensures that the tree is namespace
8958 xmlNodePtr destParent,
8992 if ((destParent == NULL) ||
9053 destParent) == -1)
9094 destParent) == -1)
9137 destParent ? curElem : NULL,
9298 * @destParent: the optional new parent of @node in @destDoc
9303 * 1) If @destParent is given, then nsDef entries on element-nodes are used
9304 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
9308 * If @destParent is given, it ensures that the tree is namespace
9327 xmlNodePtr destParent,
9503 if (destParent && (ctxt == NULL)) {
9508 destParent) == -1)
9633 if (destParent && (ctxt == NULL)) {
9634 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap, destParent) == -1)
9679 destParent ? curElem : NULL,
9837 * @destParent: the optional new parent of @attr in @destDoc
9842 * elements->nsDef entries if @destParent is given, or to
9852 xmlNodePtr destParent,
9871 } else if (destParent == NULL) {
9878 * Declare on @destParent.
9880 if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href,
9884 ns = xmlDOMWrapNSNormDeclareNsForced(destDoc, destParent,
9959 * @destParent: the optional new parent of @node in @destDoc
9963 * 1) If @destParent is given, then nsDef entries on element-nodes are used
9964 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used
9968 * If @destParent is given, it ensures that the tree is namespace
9985 xmlNodePtr destParent,
9990 ((destParent != NULL) && (destParent->doc != destDoc)))
10022 * Unlink only if @node was not already added to @destParent.
10024 if ((node->parent != NULL) && (destParent != node->parent))
10029 destDoc, destParent, options));
10032 (xmlAttrPtr) node, destDoc, destParent, options));