Sets whether to write the BOM when writing the file. */
| 1804 | /** Sets whether to write the BOM when writing the file. |
| 1805 | */ |
| 1806 | void SetBOM( bool useBOM ) { |
| 1807 | _writeBOM = useBOM; |
| 1808 | } |
| 1809 | |
| 1810 | /** Return the root element of DOM. Equivalent to FirstChildElement(). |
| 1811 | To get the first node, use FirstChild(). |
nothing calls this directly
no outgoing calls
no test coverage detected