|
XML Library
|
The XML node type used to for a CDATA section. More...
#include <CDataNode.hpp>
Public Member Functions | |
| CDataNode () | |
| Default constructor. | |
| CDataNode (const tstring &strText) | |
| Construction from the text string. | |
| virtual NodeType | type () const |
| Get the real type of the node. | |
| const tstring & | text () const |
| Get the text string. | |
| void | setText (const tstring &strText) |
| Set the text string. | |
Private Member Functions | |
| virtual | ~CDataNode () |
| Destructor. | |
Private Attributes | |
| tstring | m_strText |
| The text string. | |
The XML node type used to for a CDATA section.
Default constructor.
| XML::CDataNode::CDataNode | ( | const tstring & | strText | ) |
Construction from the text string.
| XML::CDataNode::~CDataNode | ( | ) | [private, virtual] |
Destructor.
| NodeType XML::CDataNode::type | ( | ) | const [inline, virtual] |
Get the real type of the node.
Implements XML::Node.
| const tstring & XML::CDataNode::text | ( | ) | const [inline] |
Get the text string.
| void XML::CDataNode::setText | ( | const tstring & | strText | ) | [inline] |
Set the text string.
tstring XML::CDataNode::m_strText [private] |
The text string.
1.7.6.1