#include <NullDomDocumentHandler.hxx>

Definition at line 34 of file 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) |
Definition at line 37 of file NullDomDocumentHandler.hxx.
Definition at line 38 of file NullDomDocumentHandler.hxx.
| CLAM::NullDomDocumentHandler::NullDomDocumentHandler | ( | ) | [inline] |
| CLAM::NullDomDocumentHandler::~NullDomDocumentHandler | ( | ) | [inline] |
Definition at line 63 of file NullDomDocumentHandler.hxx.
| ReadingContext* CLAM::NullDomDocumentHandler::GetReadingContext | ( | ) | [inline] |
Definition at line 39 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Load(), and CLAM::XmlStorage::RestoreObject().
| void CLAM::NullDomDocumentHandler::SetReadingContext | ( | ReadingContext * | context | ) | [inline] |
Definition at line 43 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::Load(), CLAM::XmlStorage::RestoreObject(), and CLAM::XmlStorage::XmlStorage().
| WritingContext* CLAM::NullDomDocumentHandler::GetWritingContext | ( | ) | [inline] |
| void CLAM::NullDomDocumentHandler::SetWritingContext | ( | WritingContext * | context | ) | [inline] |
Definition at line 51 of file NullDomDocumentHandler.hxx.
Referenced by CLAM::XmlStorage::DumpObject(), CLAM::XmlStorage::Store(), and CLAM::XmlStorage::XmlStorage().
| void CLAM::NullDomDocumentHandler::selectPath | ( | const char * | path | ) | [inline] |
| void CLAM::NullDomDocumentHandler::create | ( | const char * | rootName | ) | [inline] |
| void CLAM::NullDomDocumentHandler::read | ( | std::istream & | stream | ) | [inline] |
| 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().
1.5.5