| 914 | |
| 915 | |
| 916 | bool TiXmlDocument::LoadFile( TiXmlEncoding encoding ) |
| 917 | { |
| 918 | // See STL_STRING_BUG below. |
| 919 | //StringToBuffer buf( value ); |
| 920 | |
| 921 | return LoadFile( Value(), encoding ); |
| 922 | } |
| 923 | |
| 924 | |
| 925 | bool TiXmlDocument::SaveFile() const |
no test coverage detected