| 1884 | |
| 1885 | |
| 1886 | void XMLPrinter::PrintSpace( int depth ) { |
| 1887 | for( int i=0; i<depth; ++i ) { |
| 1888 | Print( " " ); |
| 1889 | } |
| 1890 | } |
| 1891 | |
| 1892 | |
| 1893 | void XMLPrinter::PrintString( const char* p, bool restricted ) { |
nothing calls this directly
no outgoing calls
no test coverage detected