Keeps the booking when mapping CLAM data into a single libxml++ DOM element. More...
#include <LibXmlDomWritingContext.hxx>
Public Member Functions | |
LibXmlDomWritingContext (xmlpp::Element *element) | |
LibXmlDomWritingContext (LibXmlDomDocumentHandler &docHandler) | |
LibXmlDomWritingContext (LibXmlDomWritingContext *parent, const char *name) | |
LibXmlDomWritingContext * | release () |
void | addAttribute (const char *name, const char *value) |
void | addContent (const char *content) |
Keeps the booking when mapping CLAM data into a single libxml++ DOM element.
Definition at line 38 of file LibXmlDomWritingContext.hxx.
CLAM::LibXmlDomWritingContext::LibXmlDomWritingContext | ( | xmlpp::Element * | element | ) | [inline] |
Definition at line 43 of file LibXmlDomWritingContext.hxx.
CLAM::LibXmlDomWritingContext::LibXmlDomWritingContext | ( | LibXmlDomDocumentHandler & | docHandler | ) |
Definition at line 28 of file LibXmlDomWritingContext.cxx.
References CLAM::LibXmlDomDocumentHandler::getSelection().
CLAM::LibXmlDomWritingContext::LibXmlDomWritingContext | ( | LibXmlDomWritingContext * | parent, | |
const char * | name | |||
) | [inline] |
Definition at line 50 of file LibXmlDomWritingContext.hxx.
References U.
void CLAM::LibXmlDomWritingContext::addAttribute | ( | const char * | name, | |
const char * | value | |||
) | [inline] |
Definition at line 62 of file LibXmlDomWritingContext.hxx.
References U.
void CLAM::LibXmlDomWritingContext::addContent | ( | const char * | content | ) | [inline] |
Definition at line 66 of file LibXmlDomWritingContext.hxx.
References U.
LibXmlDomWritingContext* CLAM::LibXmlDomWritingContext::release | ( | ) | [inline] |
Definition at line 57 of file LibXmlDomWritingContext.hxx.