Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:Error

778         If the value isn't an integer, 0 will be returned. There is no error checking;

779 use QueryIntAttribute() if you need error checking.
881 returned if there is an error. For a method with error
1165 void SetError( int error, const char* str1, const char* str2 );
1167 /// Return true if there was an error parsing the document.
1168 bool Error() const { return errorID != XML_NO_ERROR; }
1175 /// If there is an error, print it to stdout.