CLAM-Development  1.4.0
Public Types | Public Member Functions
CLAM::LibXmlDomDocumentHandler Class Reference

XML implementation backend for the libxml++ library. More...

#include <LibXmlDomDocumentHandler.hxx>

List of all members.

Public Types

typedef LibXmlDomWritingContext WritingContext
typedef LibXmlDomReadingContext ReadingContext

Public Member Functions

ReadingContextGetReadingContext ()
void SetReadingContext (ReadingContext *context)
WritingContextGetWritingContext ()
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)

Detailed Description

XML implementation backend for the libxml++ library.

Definition at line 40 of file LibXmlDomDocumentHandler.hxx.


Member Typedef Documentation

Definition at line 44 of file LibXmlDomDocumentHandler.hxx.

Definition at line 43 of file LibXmlDomDocumentHandler.hxx.


Constructor & Destructor Documentation

CLAM::LibXmlDomDocumentHandler::LibXmlDomDocumentHandler ( )
inline

Definition at line 68 of file LibXmlDomDocumentHandler.hxx.

CLAM::LibXmlDomDocumentHandler::~LibXmlDomDocumentHandler ( )
inline

Definition at line 74 of file LibXmlDomDocumentHandler.hxx.


Member Function Documentation

void CLAM::LibXmlDomDocumentHandler::create ( const char *  rootName)
inline

Definition at line 95 of file LibXmlDomDocumentHandler.hxx.

References setDocument().

ReadingContext* CLAM::LibXmlDomDocumentHandler::GetReadingContext ( )
inline

Definition at line 45 of file LibXmlDomDocumentHandler.hxx.

xmlpp::Element* CLAM::LibXmlDomDocumentHandler::getSelection ( )
inline
WritingContext* CLAM::LibXmlDomDocumentHandler::GetWritingContext ( )
inline

Definition at line 53 of file LibXmlDomDocumentHandler.hxx.

void CLAM::LibXmlDomDocumentHandler::read ( std::istream &  stream)
inline
void CLAM::LibXmlDomDocumentHandler::selectPath ( const char *  path)
inline

Definition at line 83 of file LibXmlDomDocumentHandler.hxx.

void CLAM::LibXmlDomDocumentHandler::setDocument ( xmlpp::Document *  document)
inline

Definition at line 78 of file LibXmlDomDocumentHandler.hxx.

Referenced by create(), and read().

void CLAM::LibXmlDomDocumentHandler::SetReadingContext ( ReadingContext context)
inline

Definition at line 49 of file LibXmlDomDocumentHandler.hxx.

void CLAM::LibXmlDomDocumentHandler::SetWritingContext ( WritingContext context)
inline

Definition at line 57 of file LibXmlDomDocumentHandler.hxx.

void CLAM::LibXmlDomDocumentHandler::writeDocument ( std::ostream &  os,
bool  useIndentation = false 
)
inline
void CLAM::LibXmlDomDocumentHandler::writeSelection ( std::ostream &  os,
bool  useIndentation = false 
)
inline

The documentation for this class was generated from the following file: