| 923 | |
| 924 | |
| 925 | bool TiXmlDocument::SaveFile() const |
| 926 | { |
| 927 | // See STL_STRING_BUG below. |
| 928 | // StringToBuffer buf( value ); |
| 929 | // |
| 930 | // if ( buf.buffer && SaveFile( buf.buffer ) ) |
| 931 | // return true; |
| 932 | // |
| 933 | // return false; |
| 934 | return SaveFile( Value() ); |
| 935 | } |
| 936 | |
| 937 | bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding ) |
| 938 | { |
no outgoing calls
no test coverage detected