14 #ifndef _QtXmlDocument_H_ 15 #define _QtXmlDocument_H_ 52 virtual XmlElement * documentElement ( )
const;
53 virtual XmlElement * createElement (
const std::string & tagName );
54 virtual XmlTextNode * createTextNode (
const std::string & tag );
56 virtual Status saveToFile (
const std::string & filename );
57 virtual Status setContent (
const std::string & filename );
63 #endif // _QtXmlDocument_H_ QDomDocument m_document
The DOM element wrapped by this object.
A pure virtual base class of XML DOM Text node wrapper.
A pure virtual base class of XML element wrapper.
XmlDocument class interface.
Status
Status codes for opening an XML document.
An XML DOM Document handler using the Qt XML module.
An abstract base class of XML document element wrapper.
#define MDL_QTHIPPOPLOT_API