MCPcopy Create free account
hub / github.com/crossuo/crossuo / Print

Method Print

external/tinyxml2.cpp:2433–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431
2432
2433void XMLDocument::Print( XMLPrinter* streamer ) const
2434{
2435 if ( streamer ) {
2436 Accept( streamer );
2437 }
2438 else {
2439 XMLPrinter stdoutStreamer( stdout );
2440 Accept( &stdoutStreamer );
2441 }
2442}
2443
2444
2445void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )

Callers

nothing calls this directly

Calls 4

TIXML_VSCPRINTFFunction · 0.85
TIXML_VSNPRINTFFunction · 0.85
PushArrMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected