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() [1/2]

CXMLDocument::CXMLDocument ( )

§ ~CXMLDocument()

CXMLDocument::~CXMLDocument ( )

§ CXMLDocument() [2/2]

CXMLDocument::CXMLDocument ( const CXMLDocument other)
delete

Member Function Documentation

§ create_root_node()

CXMLElement::Pointer CXMLDocument::create_root_node ( const char *  )

§ operator=()

CXMLDocument& CXMLDocument::operator= ( const CXMLDocument other)
delete

§ write_to_string_formatted()

std::string CXMLDocument::write_to_string_formatted ( ) const

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