#include <xml-tree.h>
Inheritance diagram for DataNode:
Public Methods | |
DataNode () | |
DataNode (const char *, int) | |
DataNode (const DataNode &) | |
~DataNode () | |
const DataNode & | operator= (const DataNode &rhs) |
bool | operator== (const DataNode &rhs) |
bool | operator!= (const DataNode &rhs) |
DataNode * | clone () const |
void | killself () |
void | xml_out (ostream &) const |
void | set (const char *, int=0) |
Public Attributes | |
string | data |
bool | valid |
|
|
|
|
|
|
|
|
|
Reimplemented from node. |
|
Reimplemented from node. |
|
|
|
|
|
|
|
|
|
Reimplemented from node. |
|
|
|
|