• 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:destDoc

7703 	if (destDoc->dict) { \
7705 str = xmlDictLookup(destDoc->dict, str, -1); \
7723 if (destDoc->dict) \
7725 xmlDictLookup(destDoc->dict, cur->content, -1); \
8543 * @destDoc: the destination doc for adoption
8544 * @destParent: the optional new parent of @node in @destDoc
8547 * Ensures that ns-references point to @destDoc: either to
8549 * @destDoc->oldNs otherwise.
8564 xmlDocPtr destDoc,
8583 (sourceDoc->dict == destDoc->dict))
8630 cur->doc = destDoc;
8739 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc,
8740 /* ns-decls on curElem or on destDoc->oldNs */
8798 if ((destDoc->intSubset) || (destDoc->extSubset)) {
8803 ent = xmlGetDocEntity(destDoc, cur->name);
8901 * @destDoc: the destination doc
8902 * @destParent: the optional new parent of @node in @destDoc
8906 * References of out-of scope ns-decls are remapped to point to @destDoc:
8908 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
8930 xmlDocPtr destDoc,
8954 if ((node == NULL) || (resNode == NULL) || (destDoc == NULL))
8976 dict = destDoc->dict;
9069 clone->doc = destDoc;
9191 if (sourceDoc != destDoc) {
9192 if ((destDoc->intSubset) || (destDoc->extSubset)) {
9197 ent = xmlGetDocEntity(destDoc, cur->name);
9278 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc,
9279 /* ns-decls on curElem or on destDoc->oldNs */
9301 if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) {
9307 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9437 * @destDoc: the destination doc for adoption
9438 * @destParent: the optional new parent of @attr in @destDoc
9441 * @attr is adopted by @destDoc.
9442 * Ensures that ns-references point to @destDoc: either to
9444 * @destDoc->oldNs otherwise.
9452 xmlDocPtr destDoc,
9459 if ((attr == NULL) || (destDoc == NULL))
9462 attr->doc = destDoc;
9471 ns = xmlTreeEnsureXMLDecl(destDoc);
9474 * Store in @destDoc->oldNs.
9476 ns = xmlDOMWrapStoreNs(destDoc, attr->ns->href, attr->ns->prefix);
9481 if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href,
9485 ns = xmlDOMWrapNSNormDeclareNsForced(destDoc, destParent,
9504 cur->doc = destDoc;
9517 if ((destDoc->intSubset) || (destDoc->extSubset)) {
9522 ent = xmlGetDocEntity(destDoc, cur->name);
9557 * @destDoc: the destination doc
9558 * @destParent: the optional new parent of @node in @destDoc
9561 * References of out-of scope ns-decls are remapped to point to @destDoc:
9563 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used
9583 xmlDocPtr destDoc,
9587 if ((node == NULL) || (destDoc == NULL) ||
9588 ((destParent != NULL) && (destParent->doc != destDoc)))
9602 if (sourceDoc == destDoc)
9627 destDoc, destParent, options));
9630 (xmlAttrPtr) node, destDoc, destParent, options));
9635 cur->doc = destDoc;
9640 (sourceDoc->dict == destDoc->dict))
9654 if ((destDoc->intSubset) || (destDoc->extSubset)) {
9659 ent = xmlGetDocEntity(destDoc, node->name);