MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Print

Method Print

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2308–2317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306
2307
2308void XMLDocument::Print( XMLPrinter* streamer ) const
2309{
2310 if ( streamer ) {
2311 Accept( streamer );
2312 }
2313 else {
2314 XMLPrinter stdoutStreamer( stdout );
2315 Accept( &stdoutStreamer );
2316 }
2317}
2318
2319
2320void 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