Searched refs:getNsForNodeFunc (Results 1 – 3 of 3) sorted by relevance
9041 (ctxt && ctxt->getNsForNodeFunc)) in xmlDOMWrapAdoptBranch()9094 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL))) in xmlDOMWrapAdoptBranch()9165 if ((ctxt) && (ctxt->getNsForNodeFunc)) { in xmlDOMWrapAdoptBranch()9169 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapAdoptBranch()9592 (ctxt->getNsForNodeFunc == NULL)) in xmlDOMWrapCloneNode()9708 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) { in xmlDOMWrapCloneNode()9712 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapCloneNode()
628 xmlDOMWrapAcquireNsFunction getNsForNodeFunc; member
600 d getNsForNodeFunc...