#include <charnode.h>
Public Member Functions | |
| CharNode (const char *_data) | |
| Constructor. | |
| virtual | ~CharNode () |
Public Attributes | |
| const char * | data |
| The entered string (PCDATA content). | |
Represents a character buffer node (text node of an XML tree) which carries the PCDATA content of an XML element.
Definition at line 47 of file charnode.h.
| CharNode::CharNode | ( | const char * | _data | ) |
Constructor.
Constructor - creating object for a string (PCDATA content).
| [in] | _data | Pointer to a char object. |
Definition at line 39 of file charnode.cpp.
| CharNode::~CharNode | ( | ) | [virtual] |
| const char * CharNode::data |
The entered string (PCDATA content).
The entered string (PCDATA content), which is the argument of the constructor.
Definition at line 64 of file charnode.h.
Referenced by ~CharNode().
1.5.9