| 938 | |
| 939 | |
| 940 | bool TiXmlDocument::LoadFile( TiXmlEncoding encoding ) |
| 941 | { |
| 942 | // See STL_STRING_BUG below. |
| 943 | //StringToBuffer buf( value ); |
| 944 | |
| 945 | return LoadFile( Value(), encoding ); |
| 946 | } |
| 947 | |
| 948 | |
| 949 | bool TiXmlDocument::SaveFile() const |
no test coverage detected