- Cal3D 0.9 API Reference - |
#include <tinyxml.h>
Inheritance diagram for TiXmlText:
Public Methods | |
TiXmlText (const char *initValue) | |
Constructor. | |
virtual | ~TiXmlText () |
TiXmlText (const std::string &initValue) | |
Constructor. | |
virtual void | Print (FILE *cfile, int depth) const |
All TinyXml classes can print themselves to a filestream. More... | |
Protected Methods | |
virtual TiXmlNode * | Clone () const |
virtual void | StreamOut (TIXML_OSTREAM *out) const |
bool | Blank () const |
virtual const char * | Parse (const char *p) |
virtual void | StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag) |
Friends | |
class | TiXmlElement |
Contained in an element.
|
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. |