CLAM-Development
1.4.0
|
XML implementation backend for the libxml++ library. More...
#include <LibXmlDomDocumentHandler.hxx>
Public Types | |
typedef LibXmlDomWritingContext | WritingContext |
typedef LibXmlDomReadingContext | ReadingContext |
Public Member Functions | |
ReadingContext * | GetReadingContext () |
void | SetReadingContext (ReadingContext *context) |
WritingContext * | GetWritingContext () |
void | SetWritingContext (WritingContext *context) |
LibXmlDomDocumentHandler () | |
~LibXmlDomDocumentHandler () | |
void | setDocument (xmlpp::Document *document) |
void | selectPath (const char *path) |
xmlpp::Element * | getSelection () |
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) |
XML implementation backend for the libxml++ library.
Definition at line 40 of file LibXmlDomDocumentHandler.hxx.
Definition at line 44 of file LibXmlDomDocumentHandler.hxx.
Definition at line 43 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 68 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 74 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 95 of file LibXmlDomDocumentHandler.hxx.
References setDocument().
|
inline |
Definition at line 45 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 91 of file LibXmlDomDocumentHandler.hxx.
Referenced by CLAM::LibXmlDomReadingContext::LibXmlDomReadingContext(), and CLAM::LibXmlDomWritingContext::LibXmlDomWritingContext().
|
inline |
Definition at line 53 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 103 of file LibXmlDomDocumentHandler.hxx.
References CLAM::LibXmlDomReader::adoptParser(), CLAM::LibXmlDomReader::read(), and setDocument().
|
inline |
Definition at line 83 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 78 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 49 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 57 of file LibXmlDomDocumentHandler.hxx.
|
inline |
Definition at line 111 of file LibXmlDomDocumentHandler.hxx.
References CLAM::LibXmlDomWriter::DoIndentedFormat(), and CLAM::LibXmlDomWriter::write().
|
inline |
Definition at line 117 of file LibXmlDomDocumentHandler.hxx.
References CLAM::LibXmlDomWriter::DoIndentedFormat(), and CLAM::LibXmlDomWriter::write().