MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / XMLDocument

Method XMLDocument

src/xml/tinyxml2.cpp:1546–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1544
1545
1546XMLDocument::XMLDocument( bool processEntities, Whitespace whitespace ) :
1547 XMLNode( 0 ),
1548 _writeBOM( false ),
1549 _processEntities( processEntities ),
1550 _errorID( XML_NO_ERROR ),
1551 _whitespace( whitespace ),
1552 _errorStr1( 0 ),
1553 _errorStr2( 0 ),
1554 _charBuffer( 0 ) {
1555 _document = this; // avoid warning about 'this' in initializer list
1556}
1557
1558
1559XMLDocument::~XMLDocument() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected