Dummy implementation of a DomDocumentWritingContext when XML is disabled. More...
#include <NullDomWritingContext.hxx>
Public Member Functions | |
| NullDomWritingContext (NullDomDocumentHandler &docHandler) | |
| NullDomWritingContext (NullDomWritingContext *parent, const char *name) | |
| NullDomWritingContext * | release () |
| void | addAttribute (const char *name, const char *value) |
| void | addContent (const char *content) |
Dummy implementation of a DomDocumentWritingContext when XML is disabled.
Definition at line 37 of file NullDomWritingContext.hxx.
| CLAM::NullDomWritingContext::NullDomWritingContext | ( | NullDomDocumentHandler & | docHandler | ) | [inline] |
Definition at line 41 of file NullDomWritingContext.hxx.
References CLAM_ASSERT.
| CLAM::NullDomWritingContext::NullDomWritingContext | ( | NullDomWritingContext * | parent, | |
| const char * | name | |||
| ) | [inline] |
Definition at line 46 of file NullDomWritingContext.hxx.
References CLAM_ASSERT.
| void CLAM::NullDomWritingContext::addAttribute | ( | const char * | name, | |
| const char * | value | |||
| ) | [inline] |
Definition at line 56 of file NullDomWritingContext.hxx.
| void CLAM::NullDomWritingContext::addContent | ( | const char * | content | ) | [inline] |
Definition at line 59 of file NullDomWritingContext.hxx.
| NullDomWritingContext* CLAM::NullDomWritingContext::release | ( | ) | [inline] |
Definition at line 51 of file NullDomWritingContext.hxx.
1.6.3