#include <XMLNode.hpp>
Public Methods | |
XMLNode () | |
XMLNode (const XMLNode &node) | |
XMLNode (const string &attribute, const string &value="") | |
XMLNode (Node *node) | |
XMLNode (Folder *folder, const int levels=1) | |
void | addNode (XMLNode *node) |
string | getDoc (int indent=0) |
string & | getAttribute () |
void | setAttribute (const string &attribute) |
string & | getValue () |
void | setValue (const string &value) |
|
Default constructor. Create an empty node. |
|
Copy constructor. |
|
Create a new attribute node with this element name and value. |
|
Create an XML node from this node. |
|
Create an XML node from this folder.
|
|
Add the given node as a subnode. |
|
Get the attribute name. |
|
Return the XML representation include all the children of this XMLNode. |
|
Get the attribute value. |
|
Set the attribute name. |
|
Set the attribute value. |