Searched refs:NoChildren (Results 1 – 4 of 4) sorted by relevance
1789 XMLTest( "Document is initially empty", true, doc.NoChildren() ); in main()1791 XMLTest( "Empty is empty after Clear()", true, doc.NoChildren() ); in main()1794 XMLTest( "Document has something to Clear()", false, doc.NoChildren() ); in main()1796 XMLTest( "Document Clear()'s", true, doc.NoChildren() ); in main()
758 bool NoChildren() const { in NoChildren() function
2485 TIXMLASSERT( NoChildren() ); // Clear() must have been called previously in Parse()
695 bool NoChildren() const { return !firstChild; } in NoChildren() function