• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:destParent

8544 * @destParent: the optional new parent of @node in @destDoc
8548 * elements->nsDef entries if @destParent is given, or to
8550 * If @destParent is given, it ensures that the tree is namespace
8565 xmlNodePtr destParent,
8599 if ((destParent == NULL) ||
8657 destParent) == -1)
8698 destParent) == -1)
8741 destParent ? curElem : NULL,
8902 * @destParent: the optional new parent of @node in @destDoc
8907 * 1) If @destParent is given, then nsDef entries on element-nodes are used
8908 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
8912 * If @destParent is given, it ensures that the tree is namespace
8931 xmlNodePtr destParent,
9104 if (destParent && (ctxt == NULL)) {
9109 destParent) == -1)
9234 if (destParent && (ctxt == NULL)) {
9235 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap, destParent) == -1)
9280 destParent ? curElem : NULL,
9438 * @destParent: the optional new parent of @attr in @destDoc
9443 * elements->nsDef entries if @destParent is given, or to
9453 xmlNodePtr destParent,
9472 } else if (destParent == NULL) {
9479 * Declare on @destParent.
9481 if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href,
9485 ns = xmlDOMWrapNSNormDeclareNsForced(destDoc, destParent,
9558 * @destParent: the optional new parent of @node in @destDoc
9562 * 1) If @destParent is given, then nsDef entries on element-nodes are used
9563 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used
9567 * If @destParent is given, it ensures that the tree is namespace
9584 xmlNodePtr destParent,
9588 ((destParent != NULL) && (destParent->doc != destDoc)))
9620 * Unlink only if @node was not already added to @destParent.
9622 if ((node->parent != NULL) && (destParent != node->parent))
9627 destDoc, destParent, options));
9630 (xmlAttrPtr) node, destDoc, destParent, options));