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

Method Encoding

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

Encoding. Will return an empty string if none was found.

Source from the content-addressed store, hash-verified

1309 const char *Version() const { return version.c_str (); }
1310 /// Encoding. Will return an empty string if none was found.
1311 const char *Encoding() const { return encoding.c_str (); }
1312 /// Is this a standalone document?
1313 const char *Standalone() const { return standalone.c_str (); }
1314

Callers 1

ParseMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected