• Home
  • Raw
  • Download

Lines Matching refs:XMLError

1390 XMLError XMLAttribute::QueryIntValue( int* value ) const  in QueryIntValue()
1399 XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const in QueryUnsignedValue()
1408 XMLError XMLAttribute::QueryInt64Value(int64_t* value) const in QueryInt64Value()
1417 XMLError XMLAttribute::QueryBoolValue( bool* value ) const in QueryBoolValue()
1426 XMLError XMLAttribute::QueryFloatValue( float* value ) const in QueryFloatValue()
1435 XMLError XMLAttribute::QueryDoubleValue( double* value ) const in QueryDoubleValue()
1648 XMLError XMLElement::QueryIntText( int* ival ) const in QueryIntText()
1661 XMLError XMLElement::QueryUnsignedText( unsigned* uval ) const in QueryUnsignedText()
1674 XMLError XMLElement::QueryInt64Text(int64_t* ival) const in QueryInt64Text()
1687 XMLError XMLElement::QueryBoolText( bool* bval ) const in QueryBoolText()
1700 XMLError XMLElement::QueryDoubleText( double* dval ) const in QueryDoubleText()
1713 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText()
2167 XMLError XMLDocument::LoadFile( const char* filename ) in LoadFile()
2209 XMLError XMLDocument::LoadFile( FILE* fp ) in LoadFile()
2255 XMLError XMLDocument::SaveFile( const char* filename, bool compact ) in SaveFile()
2274 XMLError XMLDocument::SaveFile( FILE* fp, bool compact ) in SaveFile()
2285 XMLError XMLDocument::Parse( const char* p, size_t len ) in Parse()
2328 void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... ) in SetError()
2356 /*static*/ const char* XMLDocument::ErrorIDToName(XMLError errorID) in ErrorIDToName()