#include <lsxml.h>
Inheritance diagram for lsxml::XmlTextNode< _Ty >:

Public Member Functions | |
| XmlTextNode (bool cdata=false) | |
| ctor | |
| XmlTextNode (XmlString< _Ty > *value, bool cdata=false) | |
| ctor | |
| XmlTextNode (const _Ty *value, bool cdata=false) | |
| ctor | |
| bool | IsCDATA () const |
| checks if the node is a CDATA node | |
| XmlTextNode (bool cdata=false) | |
| Constructor. | |
| XmlTextNode (XmlString< _Ty > *value, bool cdata=false) | |
| Constructor. | |
| XmlTextNode (const _Ty *value, bool cdata=false) | |
| Constructor. | |
| bool | IsCDATA () const |
| Checks if the node is a CDATA node. | |
| lsxml::XmlTextNode< _Ty >::XmlTextNode | ( | bool | cdata = false |
) | [inline] |
Constructor.
| cdata | specifies if the node should be a CDATA section |
| lsxml::XmlTextNode< _Ty >::XmlTextNode | ( | XmlString< _Ty > * | value, | |
| bool | cdata = false | |||
| ) | [inline] |
Constructor.
| cdata | specifies if the node should be a CDATA section | |
| value | the node's value |
| lsxml::XmlTextNode< _Ty >::XmlTextNode | ( | const _Ty * | value, | |
| bool | cdata = false | |||
| ) | [inline] |
Constructor.
| cdata | specifies if the node should be a CDATA section | |
| value | the node's value |
1.5.1-p1