| 1642 | return LoadFile( filename.c_str(), encoding ); |
| 1643 | } |
| 1644 | bool SaveFile( const std::string& filename ) const ///< STL std::string version. |
| 1645 | { |
| 1646 | return SaveFile( filename.c_str() ); |
| 1647 | } |
| 1648 | #endif |
| 1649 | |
| 1650 | /** Parse the given null terminated block of xml data. Passing in an encoding to this |