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

Public Member Functions | |
| TiXmlText (const char *initValue) | |
| Constructor. | |
| virtual | ~TiXmlText () |
| TiXmlText (const TiXmlText ©) | |
| void | operator= (const TiXmlText &base) |
| virtual void | Print (FILE *cfile, int depth) const |
| Write this text object to a FILE stream. | |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding) |
Protected Member Functions | |
| virtual TiXmlNode * | Clone () const |
| [internal use] Creates a new Element and returns it. | |
| void | CopyTo (TiXmlText *target) const |
| virtual void | StreamOut (TIXML_OSTREAM *out) const |
| bool | Blank () const |
Friends | |
| class | TiXmlElement |
|
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
[internal use] Creates a new Element and returns it.
Implements TiXmlNode. |
|
|
|
|
|
|
|
||||||||||||||||
|
Implements TiXmlBase. |
|
||||||||||||
|
Write this text object to a FILE stream.
Implements TiXmlBase. |
|
|
Implements TiXmlBase. |
|
|
Reimplemented from TiXmlNode. |
1.4.1