| 2040 | |
| 2041 | |
| 2042 | void XMLPrinter::PrintSpace( int depth ) |
| 2043 | { |
| 2044 | for( int i=0; i<depth; ++i ) { |
| 2045 | Print( " " ); |
| 2046 | } |
| 2047 | } |
| 2048 | |
| 2049 | |
| 2050 | void XMLPrinter::PrintString( const char* p, bool restricted ) |
nothing calls this directly
no outgoing calls
no test coverage detected