- Cal3D 0.11 API Reference - |
#include <tinyxml.h>
Inheritance diagram for cal3d::TiXmlUnknown:
Public Member Functions | |
virtual TiXmlNode * | Clone () const |
virtual void | Print (FILE *cfile, int depth) const |
All TinyXml classes can print themselves to a filestream. | |
Protected Member Functions | |
virtual void | StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag) |
virtual void | StreamOut (TIXML_OSTREAM *out) const |
virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.
void cal3d::TiXmlUnknown::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 cal3d::TiXmlBase.