Searched refs:pNode (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.cpp | 248 xmlNodePtr pNode = curNode;
in GetXMLInfo() local 251 while (pNode != nullptr) {
in GetXMLInfo() 255 SetNodeInfo(env, pNode, elementsObject, parentName);
in GetXMLInfo() 256 SetAttributes(env, pNode, elementsObject);
in GetXMLInfo() 257 char *curContent = reinterpret_cast<char*>(xmlNodeGetContent(pNode));
in GetXMLInfo() 259 if (pNode->children != nullptr) {
in GetXMLInfo() 260 curNode = pNode->children;
in GetXMLInfo() 261 const std::string parentNameTemp = apiFlag_ ? reinterpret_cast<const char*>(pNode->name) : "";
in GetXMLInfo() 265 SetXmlElementType(env, pNode, elementsObject, bFlag);
in GetXMLInfo() 266 SetEndInfo(env, pNode, elementsObjec in GetXMLInfo() [all...] |
Completed in 1 milliseconds