Searched refs:getNextTag (Results 1 – 3 of 3) sorted by relevance
38 static std::string getNextTag(std::string const& xml, int* offset);
155 XmlRpcUtil::getNextTag(std::string const& xml, int* offset) in getNextTag() function in XmlRpcUtil
224 std::string typeTag = XmlRpcUtil::getNextTag(valueXml, offset); in fromXml()