#include <xml-tree.h>
Inheritance diagram for TagNode:
Public Methods | |
TagNode () | |
TagNode (const char *, const char **) | |
TagNode (const TagNode &) | |
~TagNode () | |
const TagNode & | operator= (const TagNode &) |
bool | operator== (const TagNode &) |
bool | operator!= (const TagNode &) |
TagNode * | clone () const |
void | killself () |
void | addDataChild (const char *, int) |
TagNode * | addTagChild (const char *, const char **) |
void | xml_out (ostream &) const |
void | init (const char *, const char **) |
Public Attributes | |
string | tag |
list< string > | attrib |
list< node * > | children |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from node. |
|
|
|
Reimplemented from node. |
|
|
|
|
|
|
|
Reimplemented from node. |
|
|
|
|
|
|