| 2017 | |
| 2018 | |
| 2019 | void XMLPrinter::SealElementIfJustOpened() { |
| 2020 | if ( !_elementJustOpened ) { |
| 2021 | return; |
| 2022 | } |
| 2023 | _elementJustOpened = false; |
| 2024 | Print( ">" ); |
| 2025 | } |
| 2026 | |
| 2027 | |
| 2028 | void XMLPrinter::PushText( const char* text, bool cdata ) { |
nothing calls this directly
no outgoing calls
no test coverage detected