Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/xml/
Dsolid_xml.cpp152 auto nsDef = nodePtr->nsDef; in CompileNameSpace() local
153 while (nsDef) { in CompileNameSpace()
156 if (nsDef->prefix) { in CompileNameSpace()
157 nameSpace = string(reinterpret_cast<const char *>(nsDef->prefix)); in CompileNameSpace()
159 if (nsDef->href) { in CompileNameSpace()
160 href = string(reinterpret_cast<const char *>(nsDef->href)); in CompileNameSpace()
165 nsDef = nsDef->next; in CompileNameSpace()