CLAM-Development  1.1
Public Types | Public Member Functions
CLAM::NullDomDocumentHandler Class Reference

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

#include <NullDomDocumentHandler.hxx>

List of all members.

Public Types

typedef NullDomWritingContext WritingContext
typedef NullDomReadingContext ReadingContext

Public Member Functions

ReadingContextGetReadingContext ()
void SetReadingContext (ReadingContext *context)
WritingContextGetWritingContext ()
void SetWritingContext (WritingContext *context)
 NullDomDocumentHandler ()
 ~NullDomDocumentHandler ()
void selectPath (const char *path)
void create (const char *rootName)
void read (std::istream &stream)
void writeDocument (std::ostream &os, bool useIndentation=false)
void writeSelection (std::ostream &os, bool useIndentation=false)

Detailed Description

Dummy implementation of a DomDocumentHandler when XML is disabled.

Definition at line 34 of file NullDomDocumentHandler.hxx.


Member Typedef Documentation

Definition at line 38 of file NullDomDocumentHandler.hxx.

Definition at line 37 of file NullDomDocumentHandler.hxx.


Constructor & Destructor Documentation

Definition at line 59 of file NullDomDocumentHandler.hxx.

References CLAM_ASSERT.

Definition at line 63 of file NullDomDocumentHandler.hxx.


Member Function Documentation

void CLAM::NullDomDocumentHandler::create ( const char *  rootName) [inline]

Definition at line 69 of file NullDomDocumentHandler.hxx.

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

Definition at line 47 of file NullDomDocumentHandler.hxx.

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

void CLAM::NullDomDocumentHandler::read ( std::istream &  stream) [inline]

Definition at line 72 of file NullDomDocumentHandler.hxx.

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

void CLAM::NullDomDocumentHandler::selectPath ( const char *  path) [inline]

Definition at line 66 of file NullDomDocumentHandler.hxx.

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

void CLAM::NullDomDocumentHandler::writeDocument ( std::ostream &  os,
bool  useIndentation = false 
) [inline]

Definition at line 75 of file NullDomDocumentHandler.hxx.

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

void CLAM::NullDomDocumentHandler::writeSelection ( std::ostream &  os,
bool  useIndentation = false 
) [inline]

Definition at line 78 of file NullDomDocumentHandler.hxx.

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


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