#include <tinyxml.h>
Inheritance diagram for TiXmlText:

Public Member Functions | |
| TiXmlText (const char *initValue) | |
| virtual void | Print (FILE *cfile, int depth) const |
| Write this text object to a FILE stream. | |
| bool | CDATA () |
| Queries whether this represents text using a CDATA section. | |
| void | SetCDATA (bool _cdata) |
| Turns on or off a CDATA representation of text. | |
Protected Member Functions | |
| virtual TiXmlNode * | Clone () const |
| [internal use] Creates a new Element and returns it. | |
Friends | |
| class | TiXmlElement |
|
|
Constructor for text element. By default, it is treated as normal, encoded text. If you want it be output as a CDATA text element, set the parameter _cdata to 'true' |
1.4.6