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

Method SealElementIfJustOpened

lib/tinyxml2/tinyxml2.cpp:2186–2193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184
2185
2186void XMLPrinter::SealElementIfJustOpened()
2187{
2188 if ( !_elementJustOpened ) {
2189 return;
2190 }
2191 _elementJustOpened = false;
2192 Print( ">" );
2193}
2194
2195
2196void XMLPrinter::PushText( const char* text, bool cdata )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected