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

Dummy implementation of a DomDocumentReadingContext when XML is disabled. More...

#include <NullDomReadingContext.hxx>

List of all members.

Public Member Functions

 NullDomReadingContext (NullDomDocumentHandler &docHandler)
 NullDomReadingContext (NullDomReadingContext *oldContext, const char *name)
bool findElement (const char *name)
NullDomReadingContextrelease ()
bool extractAttribute (const char *attributeName, std::ostream &os)
std::istream & reachableContent ()
std::list< std::string > errors ()
std::string getPath ()

Detailed Description

Dummy implementation of a DomDocumentReadingContext when XML is disabled.

Definition at line 42 of file NullDomReadingContext.hxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

std::list<std::string> CLAM::NullDomReadingContext::errors ( ) [inline]

Definition at line 76 of file NullDomReadingContext.hxx.

Referenced by CLAM::XmlStorage::RestoreObject().

bool CLAM::NullDomReadingContext::extractAttribute ( const char *  attributeName,
std::ostream &  os 
) [inline]

Definition at line 66 of file NullDomReadingContext.hxx.

Referenced by CLAM::XmlStorage::Load().

bool CLAM::NullDomReadingContext::findElement ( const char *  name) [inline]

Definition at line 56 of file NullDomReadingContext.hxx.

Referenced by CLAM::XmlStorage::Load().

std::string CLAM::NullDomReadingContext::getPath ( ) [inline]

Definition at line 82 of file NullDomReadingContext.hxx.

Definition at line 71 of file NullDomReadingContext.hxx.

Definition at line 61 of file NullDomReadingContext.hxx.

Referenced by CLAM::XmlStorage::RestoreObject().


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