#include <tinyxml.h>
Inheritance diagram for TiXmlText::
Public Methods | |
TiXmlText (const char *initValue) | |
Constructor. | |
TiXmlText (const std::string &initValue) | |
Constructor. | |
virtual void | Print (FILE *cfile, int depth) const |
All TinyXml classes can print themselves to a filestream. More... | |
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.) Reimplemented from TiXmlBase. |