MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SealElement

Method SealElement

sourcecommon/tinyxml2.cpp:2085–2089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2083
2084
2085void XMLPrinter::SealElement()
2086{
2087 _elementJustOpened = false;
2088 Print( ">" );
2089}
2090
2091
2092void XMLPrinter::PushText( const char* text, bool cdata )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected