|
void pugi::xml_node::print |
( |
std::ostream & |
os, |
|
|
const char * |
indent = "\t" , |
|
|
unsigned int |
flags = format_default , |
|
|
unsigned int |
depth = 0 | |
|
) |
| | |
Print subtree to stream
- Parameters:
-
| os | - output stream |
| indent | - indentation string |
| flags | - formatting flags |
| depth | - starting depth (used for indentation) |
|