Public Member Functions
CXMLDocument Class Reference

facate for an XML document More...

#include <mia/core/xmlinterface.hh>

Public Member Functions

CXMLElement::Pointer create_root_node (const char *)
 
 CXMLDocument ()
 
 CXMLDocument (const CXMLDocument &other)=delete
 
CXMLDocumentoperator= (const CXMLDocument &other)=delete
 
std::string write_to_string_formatted () const
 
 ~CXMLDocument ()
 

Detailed Description

facate for an XML document

This class implements a facade for a XML document.

Definition at line 92 of file xmlinterface.hh.

Constructor & Destructor Documentation

CXMLDocument::CXMLDocument ( )
CXMLDocument::~CXMLDocument ( )
CXMLDocument::CXMLDocument ( const CXMLDocument other)
delete

Member Function Documentation

CXMLElement::Pointer CXMLDocument::create_root_node ( const char *  )
CXMLDocument& CXMLDocument::operator= ( const CXMLDocument other)
delete
std::string CXMLDocument::write_to_string_formatted ( ) const

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