• Home
  • Raw
  • Download

Lines Matching refs:destDoc

7938 	if (destDoc->dict) { \
7940 str = xmlDictLookup(destDoc->dict, str, -1); \
7958 if (destDoc->dict) \
7960 xmlDictLookup(destDoc->dict, cur->content, -1); \
8799 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument
8818 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
8865 cur->doc = destDoc; in xmlDOMWrapAdoptBranch()
8974 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch()
9033 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch()
9038 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch()
9165 xmlDocPtr destDoc, in xmlDOMWrapCloneNode() argument
9189 if ((node == NULL) || (resNode == NULL) || (destDoc == NULL)) in xmlDOMWrapCloneNode()
9211 dict = destDoc->dict; in xmlDOMWrapCloneNode()
9304 clone->doc = destDoc; in xmlDOMWrapCloneNode()
9426 if (sourceDoc != destDoc) { in xmlDOMWrapCloneNode()
9427 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapCloneNode()
9432 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapCloneNode()
9513 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapCloneNode()
9536 if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) { in xmlDOMWrapCloneNode()
9542 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode()
9687 xmlDocPtr destDoc, in xmlDOMWrapAdoptAttr() argument
9694 if ((attr == NULL) || (destDoc == NULL)) in xmlDOMWrapAdoptAttr()
9697 attr->doc = destDoc; in xmlDOMWrapAdoptAttr()
9706 ns = xmlTreeEnsureXMLDecl(destDoc); in xmlDOMWrapAdoptAttr()
9711 ns = xmlDOMWrapStoreNs(destDoc, attr->ns->href, attr->ns->prefix); in xmlDOMWrapAdoptAttr()
9716 if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href, in xmlDOMWrapAdoptAttr()
9720 ns = xmlDOMWrapNSNormDeclareNsForced(destDoc, destParent, in xmlDOMWrapAdoptAttr()
9739 cur->doc = destDoc; in xmlDOMWrapAdoptAttr()
9752 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptAttr()
9757 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptAttr()
9818 xmlDocPtr destDoc, in xmlDOMWrapAdoptNode() argument
9822 if ((node == NULL) || (destDoc == NULL) || in xmlDOMWrapAdoptNode()
9823 ((destParent != NULL) && (destParent->doc != destDoc))) in xmlDOMWrapAdoptNode()
9837 if (sourceDoc == destDoc) in xmlDOMWrapAdoptNode()
9862 destDoc, destParent, options)); in xmlDOMWrapAdoptNode()
9865 (xmlAttrPtr) node, destDoc, destParent, options)); in xmlDOMWrapAdoptNode()
9870 cur->doc = destDoc; in xmlDOMWrapAdoptNode()
9875 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptNode()
9889 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptNode()
9894 ent = xmlGetDocEntity(destDoc, node->name); in xmlDOMWrapAdoptNode()