• Home
  • Raw
  • Download

Lines Matching refs:XMLError

1412 XMLError XMLAttribute::QueryIntValue( int* value ) const  in QueryIntValue()
1421 XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const in QueryUnsignedValue()
1430 XMLError XMLAttribute::QueryInt64Value(int64_t* value) const in QueryInt64Value()
1439 XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const in QueryUnsigned64Value()
1448 XMLError XMLAttribute::QueryBoolValue( bool* value ) const in QueryBoolValue()
1457 XMLError XMLAttribute::QueryFloatValue( float* value ) const in QueryFloatValue()
1466 XMLError XMLAttribute::QueryDoubleValue( double* value ) const in QueryDoubleValue()
1698 XMLError XMLElement::QueryIntText( int* ival ) const in QueryIntText()
1711 XMLError XMLElement::QueryUnsignedText( unsigned* uval ) const in QueryUnsignedText()
1724 XMLError XMLElement::QueryInt64Text(int64_t* ival) const in QueryInt64Text()
1737 XMLError XMLElement::QueryUnsigned64Text(uint64_t* ival) const in QueryUnsigned64Text()
1750 XMLError XMLElement::QueryBoolText( bool* bval ) const in QueryBoolText()
1763 XMLError XMLElement::QueryDoubleText( double* dval ) const in QueryDoubleText()
1776 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText()
2270 XMLError XMLDocument::LoadFile( const char* filename ) in LoadFile()
2312 XMLError XMLDocument::LoadFile( FILE* fp ) in LoadFile()
2358 XMLError XMLDocument::SaveFile( const char* filename, bool compact ) in SaveFile()
2377 XMLError XMLDocument::SaveFile( FILE* fp, bool compact ) in SaveFile()
2388 XMLError XMLDocument::Parse( const char* p, size_t len ) in Parse()
2431 void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... ) in SetError()
2459 /*static*/ const char* XMLDocument::ErrorIDToName(XMLError errorID) in ErrorIDToName()