• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:destParent

8400 * @destParent: the optional new parent of @node in @destDoc
8404 * elements->nsDef entries if @destParent is given, or to
8406 * If @destParent is given, it ensures that the tree is namespace
8421 xmlNodePtr destParent,
8455 if ((destParent == NULL) ||
8513 destParent) == -1)
8554 destParent) == -1)
8597 destParent ? curElem : NULL,
8758 * @destParent: the optional new parent of @node in @destDoc
8763 * 1) If @destParent is given, then nsDef entries on element-nodes are used
8764 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
8768 * If @destParent is given, it ensures that the tree is namespace
8787 xmlNodePtr destParent,
8960 if (destParent && (ctxt == NULL)) {
8965 destParent) == -1)
9090 if (destParent && (ctxt == NULL)) {
9091 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap, destParent) == -1)
9136 destParent ? curElem : NULL,
9294 * @destParent: the optional new parent of @attr in @destDoc
9299 * elements->nsDef entries if @destParent is given, or to
9309 xmlNodePtr destParent,
9328 } else if (destParent == NULL) {
9335 * Declare on @destParent.
9337 if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href,
9341 ns = xmlDOMWrapNSNormDeclareNsForced(destDoc, destParent,
9414 * @destParent: the optional new parent of @node in @destDoc
9418 * 1) If @destParent is given, then nsDef entries on element-nodes are used
9419 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used
9423 * If @destParent is given, it ensures that the tree is namespace
9440 xmlNodePtr destParent,
9444 ((destParent != NULL) && (destParent->doc != destDoc)))
9476 * Unlink only if @node was not already added to @destParent.
9478 if ((node->parent != NULL) && (destParent != node->parent))
9483 destDoc, destParent, options));
9486 (xmlAttrPtr) node, destDoc, destParent, options));