Controls the libxml++ DOM parser. More...
#include <LibXmlDomReader.hxx>
Public Member Functions | |
LibXmlDomReader () | |
~LibXmlDomReader () | |
xmlpp::DomParser * | adoptParser () |
xmlpp::Document * | read (std::istream &target) |
Controls the libxml++ DOM parser.
Definition at line 39 of file LibXmlDomReader.hxx.
CLAM::LibXmlDomReader::LibXmlDomReader | ( | ) | [inline] |
Definition at line 43 of file LibXmlDomReader.hxx.
CLAM::LibXmlDomReader::~LibXmlDomReader | ( | ) | [inline] |
Definition at line 49 of file LibXmlDomReader.hxx.
xmlpp::DomParser* CLAM::LibXmlDomReader::adoptParser | ( | ) | [inline] |
Definition at line 55 of file LibXmlDomReader.hxx.
xmlpp::Document* CLAM::LibXmlDomReader::read | ( | std::istream & | target | ) | [inline] |
Definition at line 61 of file LibXmlDomReader.hxx.
References CLAM_ASSERT.