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

Method PushUnknown

src/xml/tinyxml2.cpp:2098–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096
2097
2098void XMLPrinter::PushUnknown( const char* value ) {
2099 SealElementIfJustOpened();
2100 if ( _textDepth < 0 && !_firstElement && !_compactMode) {
2101 Print( "\n" );
2102 PrintSpace( _depth );
2103 }
2104 _firstElement = false;
2105 Print( "<!%s>", value );
2106}
2107
2108
2109bool XMLPrinter::VisitEnter( const XMLDocument& doc ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected