CLAM-Development
1.4.0
|
Dummy implementation of a DomDocumentHandler when XML is disabled. More...
#include <NullDomDocumentHandler.hxx>
Public Types | |
typedef NullDomWritingContext | WritingContext |
typedef NullDomReadingContext | ReadingContext |
Public Member Functions | |
ReadingContext * | GetReadingContext () |
void | SetReadingContext (ReadingContext *context) |
WritingContext * | GetWritingContext () |
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) |
Dummy implementation of a DomDocumentHandler when XML is disabled.
Definition at line 34 of file NullDomDocumentHandler.hxx.
Definition at line 38 of file NullDomDocumentHandler.hxx.
Definition at line 37 of file NullDomDocumentHandler.hxx.
|
inline |
Definition at line 59 of file NullDomDocumentHandler.hxx.
References CLAM_ASSERT.
|
inline |
Definition at line 63 of file NullDomDocumentHandler.hxx.
|
inline |
Definition at line 69 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Create().
|
inline |
Definition at line 39 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Load(), and CLAM::XmlStorage::RestoreObject().
|
inline |
Definition at line 47 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Store().
|
inline |
Definition at line 72 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Read().
|
inline |
Definition at line 66 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Select().
|
inline |
Definition at line 43 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Load(), CLAM::XmlStorage::RestoreObject(), and CLAM::XmlStorage::XmlStorage().
|
inline |
Definition at line 51 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::DumpObject(), CLAM::XmlStorage::Store(), and CLAM::XmlStorage::XmlStorage().
|
inline |
Definition at line 75 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::WriteDocument().
|
inline |
Definition at line 78 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::WriteSelection().