Home
last modified time | relevance | path

Searched refs:curDef (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dnode.cxx252 xmlNsPtr curDef = cur->nsDef; in nscleanup() local
254 while (curDef != NULL) in nscleanup()
256 ns = xmlSearchNs(cur->doc, aParent, curDef->prefix); in nscleanup()
257 … if (ns != NULL && ns != curDef && strcmp((char*)ns->href, (char*)curDef->href)==0) in nscleanup()
261 lcl_nsexchange(cur, curDef, ns); in nscleanup()
262 *refp = curDef->next; in nscleanup()
263 xmlFreeNs(curDef); in nscleanup()
264 curDef = *refp; in nscleanup()
266 refp = &(curDef->next); in nscleanup()
267 curDef = curDef->next; in nscleanup()
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx159 xmlNsPtr curDef = pNode->nsDef; in lcl_collectNamespaces() local
160 while (curDef != 0) { in lcl_collectNamespaces()
161 const xmlChar* xHref = curDef->href; in lcl_collectNamespaces()
163 const xmlChar* xPre = curDef->prefix; in lcl_collectNamespaces()
170 curDef = curDef->next; in lcl_collectNamespaces()

Completed in 20 milliseconds