MCPcopy Create free account
hub / github.com/OpenMW/openmw / TiXmlDocument

Method TiXmlDocument

extern/oics/tinyxml/tinyxml.cpp:900–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898
899
900TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::DOCUMENT )
901{
902 tabsize = 4;
903 useMicrosoftBOM = false;
904 ClearError();
905}
906
907TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::DOCUMENT )
908{

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected