#include <txml.h>
Public Methods | |
XML (const char *xml) throw (XMLException) | |
XML (T_XML xml) throw (XMLException) | |
virtual | ~XML () throw () |
operator T_XML () const throw () | |
T_XML | clone () const throw (XMLException) |
const char * | getString () const throw (XMLException) |
void | setString (const char *xml) throw (XMLException) |
Static Public Methods | |
T_XML | createFromStaticBuf (const char *xml) throw (XMLException) |
|
Constructs an XML object containing an XML string.
|
|
Constructs an XML object from the C structure. |
|
Destructor |
|
Clones this XML object. Maps to TutXmlClone.
|
|
Creates an XML object from a static buffer. It does not clone the data which must remain valid for the lifetime of the newly created XML object. Maps to TutXmlCreateStatic.
|
|
Gets the XML string associated with this XML object.
|
|
Typecast operator for compatibility with the C API. |
|
Sets the XML string associated with this XML object.
|