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

Method PushDeclaration

lib/tinyxml2/tinyxml2.cpp:2263–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261
2262
2263void XMLPrinter::PushDeclaration( const char* value )
2264{
2265 SealElementIfJustOpened();
2266 if ( _textDepth < 0 && !_firstElement && !_compactMode) {
2267 Print( "\n" );
2268 PrintSpace( _depth );
2269 }
2270 _firstElement = false;
2271 Print( "<?%s?>", value );
2272}
2273
2274
2275void XMLPrinter::PushUnknown( const char* value )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected