Encoding. Will return an empty string if none was found.
| 1222 | const char* Version() const { return version.c_str(); } |
| 1223 | /// Encoding. Will return an empty string if none was found. |
| 1224 | const char* Encoding() const { return encoding.c_str(); } |
| 1225 | /// Is this a standalone document? |
| 1226 | const char* Standalone() const { return standalone.c_str(); } |
| 1227 |