Searched refs:getNsForNodeFunc (Results 1 – 2 of 2) sorted by relevance
589 xmlDOMWrapAcquireNsFunction getNsForNodeFunc; member
8805 (ctxt && ctxt->getNsForNodeFunc)) in xmlDOMWrapAdoptBranch()8855 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL))) in xmlDOMWrapAdoptBranch()8926 if ((ctxt) && (ctxt->getNsForNodeFunc)) { in xmlDOMWrapAdoptBranch()8930 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapAdoptBranch()9350 (ctxt->getNsForNodeFunc == NULL)) in xmlDOMWrapCloneNode()9466 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) { in xmlDOMWrapCloneNode()9470 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapCloneNode()