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

Method SealElementIfJustOpened

src/xml/tinyxml2.cpp:2019–2025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2017
2018
2019void XMLPrinter::SealElementIfJustOpened() {
2020 if ( !_elementJustOpened ) {
2021 return;
2022 }
2023 _elementJustOpened = false;
2024 Print( ">" );
2025}
2026
2027
2028void XMLPrinter::PushText( const char* text, bool cdata ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected