| 1937 | |
| 1938 | |
| 1939 | void XMLPrinter::PrintSpace( int depth ) |
| 1940 | { |
| 1941 | for( int i=0; i<depth; ++i ) { |
| 1942 | Print( " " ); |
| 1943 | } |
| 1944 | } |
| 1945 | |
| 1946 | |
| 1947 | void XMLPrinter::PrintString( const char* p, bool restricted ) |
nothing calls this directly
no outgoing calls
no test coverage detected