MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / PushDeclaration

Method PushDeclaration

src/xml/tinyxml2.cpp:2087–2095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2085
2086
2087void XMLPrinter::PushDeclaration( const char* value ) {
2088 SealElementIfJustOpened();
2089 if ( _textDepth < 0 && !_firstElement && !_compactMode) {
2090 Print( "\n" );
2091 PrintSpace( _depth );
2092 }
2093 _firstElement = false;
2094 Print( "<?%s?>", value );
2095}
2096
2097
2098void XMLPrinter::PushUnknown( const char* value ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected