Searched refs:ParseElement (Results 1 – 3 of 3) sorted by relevance
63 std::string str = ParseElement(line, &line_position, in VerifyTable()81 std::string str = ParseElement(line, &line_position, in VerifyHeader()93 static std::string ParseElement(const std::string& line, in ParseElement() function in DataLogParser
157 CXML_Element* ParseElement(CXML_Element* pParent, FX_BOOL bStartTag = FALSE);
362 CXML_Element* CXML_Parser::ParseElement(CXML_Element* pParent, FX_BOOL bStartTag) in ParseElement() function in CXML_Parser471 CXML_Element* pSubElement = ParseElement(pElement, TRUE); in ParseElement()528 CXML_Element* pElement = parser.ParseElement(NULL, FALSE); in XML_ContinueParse()