Returns true if this document has a leading Byte Order Mark of UTF8. */
| 1799 | Returns true if this document has a leading Byte Order Mark of UTF8. |
| 1800 | */ |
| 1801 | bool HasBOM() const { |
| 1802 | return _writeBOM; |
| 1803 | } |
| 1804 | /** Sets whether to write the BOM when writing the file. |
| 1805 | */ |
| 1806 | void SetBOM( bool useBOM ) { |
nothing calls this directly
no outgoing calls
no test coverage detected