| 2083 | |
| 2084 | |
| 2085 | void XMLPrinter::SealElement() |
| 2086 | { |
| 2087 | _elementJustOpened = false; |
| 2088 | Print( ">" ); |
| 2089 | } |
| 2090 | |
| 2091 | |
| 2092 | void XMLPrinter::PushText( const char* text, bool cdata ) |
nothing calls this directly
no outgoing calls
no test coverage detected