Searched refs:ReadNextBlock (Results 1 – 6 of 6) sorted by relevance
93 return ReadNextBlock(); in Init()96 bool CXML_Parser::ReadNextBlock() { in ReadNextBlock() function in CXML_Parser97 if (!m_pDataAcc->ReadNextBlock()) in ReadNextBlock()124 } while (ReadNextBlock()); in SkipWhiteSpaces()149 } while (ReadNextBlock()); in GetName()175 } while (ReadNextBlock()); in SkipLiterals()177 ReadNextBlock(); in SkipLiterals()265 } while (ReadNextBlock()); in GetCharRef()304 } while (ReadNextBlock()); in GetAttrValue()357 } while (ReadNextBlock()); in GetTagName()[all …]
14 bool CXML_DataBufAcc::ReadNextBlock() { in ReadNextBlock() function in CXML_DataBufAcc
21 bool ReadNextBlock();
25 bool ReadNextBlock();
51 bool ReadNextBlock();
84 bool CFX_SAXFile::ReadNextBlock() { in ReadNextBlock() function in CFX_SAXFile225 if (!m_File.ReadNextBlock()) { in ContinueParse()