Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ctxt

7795 * @ctxt: the DOM-wrapper context
7800 xmlDOMWrapFreeCtxt(xmlDOMWrapCtxtPtr ctxt)
7802 if (ctxt == NULL)
7804 if (ctxt->namespaceMap != NULL)
7805 xmlDOMWrapNsMapFree((xmlNsMapPtr) ctxt->namespaceMap);
7809 xmlFree(ctxt);
7971 * @ctxt: a DOM wrapper context
7987 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc,
8022 if ((ctxt == NULL) && (node->nsDef != NULL)) {
8046 if (ctxt != NULL) {
8487 * @ctxt: DOM wrapper context, unused at the moment
8503 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED,
8745 * @ctxt: the optional context for custom processing
8766 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt,
8796 if (ctxt)
8797 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
8805 (ctxt && ctxt->getNsForNodeFunc))
8855 ((ctxt == NULL) || (ctxt->getNsForNodeFunc == NULL)))
8926 if ((ctxt) && (ctxt->getNsForNodeFunc)) {
8930 ns = ctxt->getNsForNodeFunc(ctxt, cur,
9084 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
9102 * @ctxt: the optional context for custom processing
9131 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt,
9185 if (ctxt)
9186 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
9309 if (destParent && (ctxt == NULL)) {
9349 if ((ctxt == NULL) ||
9350 (ctxt->getNsForNodeFunc == NULL))
9439 if (destParent && (ctxt == NULL)) {
9466 if ((ctxt != NULL) && (ctxt->getNsForNodeFunc != NULL)) {
9470 ns = ctxt->getNsForNodeFunc(ctxt, cur,
9616 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
9639 * @ctxt: the optional context for custom processing
9654 xmlDOMWrapAdoptAttr(xmlDOMWrapCtxtPtr ctxt,
9671 if (ctxt != NULL) {
9759 * @ctxt: the optional context for custom processing
9785 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt,
9831 return (xmlDOMWrapAdoptBranch(ctxt, sourceDoc, node,
9834 return (xmlDOMWrapAdoptAttr(ctxt, sourceDoc,