Searched refs:getNsForNodeFunc (Results 1 – 3 of 3) sorted by relevance
9030 (ctxt && ctxt->getNsForNodeFunc)) in xmlDOMWrapAdoptBranch()9083 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL))) in xmlDOMWrapAdoptBranch()9154 if ((ctxt) && (ctxt->getNsForNodeFunc)) { in xmlDOMWrapAdoptBranch()9158 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapAdoptBranch()9581 (ctxt->getNsForNodeFunc == NULL)) in xmlDOMWrapCloneNode()9697 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) { in xmlDOMWrapCloneNode()9701 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapCloneNode()
628 xmlDOMWrapAcquireNsFunction getNsForNodeFunc; member
592 d getNsForNodeFunc...