Searched refs:getNsForNodeFunc (Results 1 – 2 of 2) sorted by relevance
589 xmlDOMWrapAcquireNsFunction getNsForNodeFunc; member
8835 (ctxt && ctxt->getNsForNodeFunc)) in xmlDOMWrapAdoptBranch()8885 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL))) in xmlDOMWrapAdoptBranch()8956 if ((ctxt) && (ctxt->getNsForNodeFunc)) { in xmlDOMWrapAdoptBranch()8960 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapAdoptBranch()9380 (ctxt->getNsForNodeFunc == NULL)) in xmlDOMWrapCloneNode()9496 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) { in xmlDOMWrapCloneNode()9500 ns = ctxt->getNsForNodeFunc(ctxt, cur, in xmlDOMWrapCloneNode()