CLAM-Development  1.4.0
Public Member Functions
CLAM::LibXmlDomWriter Class Reference

Controls the libxml++ DOM serializer. More...

#include <LibXmlDomWriter.hxx>

List of all members.

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)

Detailed Description

Controls the libxml++ DOM serializer.

Todo:
dumping selections

Definition at line 41 of file LibXmlDomWriter.hxx.


Constructor & Destructor Documentation

CLAM::LibXmlDomWriter::LibXmlDomWriter ( )
inline

Definition at line 44 of file LibXmlDomWriter.hxx.


Member Function Documentation

void CLAM::LibXmlDomWriter::DoCanonicalFormat ( bool  shouldDo = true)
inline

Definition at line 65 of file LibXmlDomWriter.hxx.

void CLAM::LibXmlDomWriter::DoIndentedFormat ( bool  shouldDo = true)
inline
void CLAM::LibXmlDomWriter::write ( std::ostream &  target,
xmlpp::Node *  node 
)
inline
void CLAM::LibXmlDomWriter::write ( std::ostream &  target,
xmlpp::Document *  node 
)
inline

Definition at line 57 of file LibXmlDomWriter.hxx.


The documentation for this class was generated from the following file: