Searched refs:nsDef (Results 1 – 1 of 1) sorted by relevance
152 auto nsDef = nodePtr->nsDef; in CompileNameSpace() local153 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()