Searched refs:getNsForNodeFunc (Results 1 – 3 of 3) sorted by relevance
9031 (ctxt && ctxt->getNsForNodeFunc)) in xmlDOMWrapAdoptBranch()9084 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL))) in xmlDOMWrapAdoptBranch()9155 if ((ctxt) && (ctxt->getNsForNodeFunc)) { in xmlDOMWrapAdoptBranch()9159 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapAdoptBranch()9582 (ctxt->getNsForNodeFunc == NULL)) in xmlDOMWrapCloneNode()9698 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) { in xmlDOMWrapCloneNode()9702 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapCloneNode()
628 xmlDOMWrapAcquireNsFunction getNsForNodeFunc; member
600 d getNsForNodeFunc...