Public Member Functions | |
Outputter (bool indent=true) | |
void | write (std::ostream &os, const XML::Element &e, int depth) |
the depth is the number of spaces to indent this element. | |
void | write (std::ostream &os, const XML::Document &doc) |
code::XML::Outputter::Outputter | ( | bool | indent = true |
) | [inline] |
void code::XML::Outputter::write | ( | std::ostream & | os, | |
const XML::Document & | doc | |||
) |
void code::XML::Outputter::write | ( | std::ostream & | os, | |
const XML::Element & | e, | |||
int | depth | |||
) |
the depth is the number of spaces to indent this element.