MCPcopy Create free account
hub / github.com/DFHack/dfhack / SetDocument

Method SetDocument

depends/tinyxml/tinyxml.h:877–877  ·  view source on GitHub ↗

[internal use] Set the document pointer so the attribute can report errors.

Source from the content-addressed store, hash-verified

875 // [internal use]
876 // Set the document pointer so the attribute can report errors.
877 void SetDocument( TiXmlDocument* doc ) { document = doc; }
878
879private:
880 TiXmlAttribute( const TiXmlAttribute& ); // not implemented.

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected