#include <TinyXML.h>
Inherits TiXmlNode.
Contained in an element.
Public Member Functions | |
| TiXmlText (const char *initValue) | |
| Constructor. | |
| virtual | ~TiXmlText () |
| virtual void | Print (FILE *cfile, int depth) const |
| All TinyXml classes can print themselves to a filestream. | |
Protected Member Functions | |
| virtual TiXmlNode * | Clone () const |
| virtual void | StreamOut (TiXmlOutStream *out) const |
| bool | Blank () const |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
Private Member Functions | |
| TiXmlText (const TiXmlText &) | |
| void | operator= (const TiXmlText &base) |
Friends | |
| class | TiXmlElement |
| TiXmlText::TiXmlText | ( | const char * | initValue | ) | [inline] |
Constructor.
| virtual TiXmlText::~TiXmlText | ( | ) | [inline, virtual] |
| TiXmlText::TiXmlText | ( | const TiXmlText & | ) | [private] |
| virtual void TiXmlText::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
All TinyXml classes can print themselves to a filestream.
This is a formatted print, and will insert tabs and newlines.
(For an unformatted stream, use the << operator.)
Implements TiXmlBase.
| virtual void TiXmlText::StreamOut | ( | TiXmlOutStream * | out | ) | const [protected, virtual] |
Implements TiXmlBase.
| bool TiXmlText::Blank | ( | ) | const [protected] |
| virtual const char* TiXmlText::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data | |||
| ) | [protected, virtual] |
Implements TiXmlBase.
| void TiXmlText::operator= | ( | const TiXmlText & | base | ) | [private] |
friend class TiXmlElement [friend] |
Reimplemented from TiXmlNode.
1.5.6