MCPcopy Create free account
hub / github.com/JayXon/Leanify / PushUnknown

Method PushUnknown

lib/tinyxml2/tinyxml2.cpp:2275–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273
2274
2275void XMLPrinter::PushUnknown( const char* value )
2276{
2277 SealElementIfJustOpened();
2278 if ( _textDepth < 0 && !_firstElement && !_compactMode) {
2279 Print( "\n" );
2280 PrintSpace( _depth );
2281 }
2282 _firstElement = false;
2283 Print( "<!%s>", value );
2284}
2285
2286
2287bool XMLPrinter::VisitEnter( const XMLDocument& doc )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected