Controls the libxml++ DOM serializer. More...
#include <LibXmlDomWriter.hxx>
Public Member Functions | |
LibXmlDomWriter () | |
void | write (std::ostream &target, xmlpp::Node *node) |
void | write (std::ostream &target, xmlpp::Document *node) |
void | DoCanonicalFormat (bool shouldDo=true) |
void | DoIndentedFormat (bool shouldDo=true) |
Controls the libxml++ DOM serializer.
Definition at line 41 of file LibXmlDomWriter.hxx.
CLAM::LibXmlDomWriter::LibXmlDomWriter | ( | ) | [inline] |
Definition at line 44 of file LibXmlDomWriter.hxx.
void CLAM::LibXmlDomWriter::DoCanonicalFormat | ( | bool | shouldDo = true |
) | [inline] |
Definition at line 65 of file LibXmlDomWriter.hxx.
void CLAM::LibXmlDomWriter::DoIndentedFormat | ( | bool | shouldDo = true |
) | [inline] |
Definition at line 69 of file LibXmlDomWriter.hxx.
Referenced by CLAM::LibXmlDomDocumentHandler::writeSelection().
void CLAM::LibXmlDomWriter::write | ( | std::ostream & | target, | |
xmlpp::Document * | node | |||
) | [inline] |
Definition at line 57 of file LibXmlDomWriter.hxx.
void CLAM::LibXmlDomWriter::write | ( | std::ostream & | target, | |
xmlpp::Node * | node | |||
) | [inline] |
Definition at line 50 of file LibXmlDomWriter.hxx.
Referenced by CLAM::LibXmlDomDocumentHandler::writeSelection().