CLAM-Development  1.1
Public Member Functions
CLAM::LibXmlDomReader Class Reference

Controls the libxml++ DOM parser. More...

#include <LibXmlDomReader.hxx>

List of all members.

Public Member Functions

 LibXmlDomReader ()
 ~LibXmlDomReader ()
xmlpp::DomParser * adoptParser ()
xmlpp::Document * read (std::istream &target)

Detailed Description

Controls the libxml++ DOM parser.

Definition at line 39 of file LibXmlDomReader.hxx.


Constructor & Destructor Documentation

Definition at line 43 of file LibXmlDomReader.hxx.

Definition at line 49 of file LibXmlDomReader.hxx.


Member Function Documentation

xmlpp::DomParser* CLAM::LibXmlDomReader::adoptParser ( ) [inline]

Definition at line 55 of file LibXmlDomReader.hxx.

Referenced by CLAM::LibXmlDomDocumentHandler::read().

xmlpp::Document* CLAM::LibXmlDomReader::read ( std::istream &  target) [inline]

Definition at line 61 of file LibXmlDomReader.hxx.

References CLAM_ASSERT.

Referenced by CLAM::LibXmlDomDocumentHandler::read().


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