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

Method Clear

sourcecommon/tinyxml2.cpp:1647–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1645
1646
1647void XMLDocument::Clear()
1648{
1649 DeleteChildren();
1650
1651 _errorID = XML_NO_ERROR;
1652 _errorStr1 = 0;
1653 _errorStr2 = 0;
1654
1655 delete [] _charBuffer;
1656 _charBuffer = 0;
1657}
1658
1659
1660XMLElement* XMLDocument::NewElement( const char* name )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected