MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetBOM

Function SetBOM

sourcecommon/tinyxml2.h:1577–1579  ·  view source on GitHub ↗

Sets whether to write the BOM when writing the file. */

Source from the content-addressed store, hash-verified

1575 /** Sets whether to write the BOM when writing the file.
1576 */
1577 void SetBOM( bool useBOM ) {
1578 _writeBOM = useBOM;
1579 }
1580
1581 /** Return the root element of DOM. Equivalent to FirstChildElement().
1582 To get the first node, use FirstChild().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected