Dummy implementation of a DomDocumentReadingContext when XML is disabled. More...
#include <NullDomReadingContext.hxx>
Public Member Functions | |
NullDomReadingContext (NullDomDocumentHandler &docHandler) | |
NullDomReadingContext (NullDomReadingContext *oldContext, const char *name) | |
bool | findElement (const char *name) |
NullDomReadingContext * | release () |
bool | extractAttribute (const char *attributeName, std::ostream &os) |
std::istream & | reachableContent () |
std::list< std::string > | errors () |
std::string | getPath () |
Dummy implementation of a DomDocumentReadingContext when XML is disabled.
Definition at line 42 of file NullDomReadingContext.hxx.
CLAM::NullDomReadingContext::NullDomReadingContext | ( | NullDomDocumentHandler & | docHandler | ) | [inline] |
Definition at line 47 of file NullDomReadingContext.hxx.
References CLAM_ASSERT.
CLAM::NullDomReadingContext::NullDomReadingContext | ( | NullDomReadingContext * | oldContext, | |
const char * | name | |||
) | [inline] |
Definition at line 52 of file NullDomReadingContext.hxx.
References CLAM_ASSERT.
std::list<std::string> CLAM::NullDomReadingContext::errors | ( | ) | [inline] |
Definition at line 76 of file NullDomReadingContext.hxx.
bool CLAM::NullDomReadingContext::extractAttribute | ( | const char * | attributeName, | |
std::ostream & | os | |||
) | [inline] |
Definition at line 66 of file NullDomReadingContext.hxx.
bool CLAM::NullDomReadingContext::findElement | ( | const char * | name | ) | [inline] |
Definition at line 56 of file NullDomReadingContext.hxx.
std::string CLAM::NullDomReadingContext::getPath | ( | ) | [inline] |
Definition at line 82 of file NullDomReadingContext.hxx.
std::istream& CLAM::NullDomReadingContext::reachableContent | ( | ) | [inline] |
Definition at line 71 of file NullDomReadingContext.hxx.
NullDomReadingContext* CLAM::NullDomReadingContext::release | ( | ) | [inline] |
Definition at line 61 of file NullDomReadingContext.hxx.