#include <tinyxml.h>
Inheritance diagram for TiXmlUnknown::
Public Methods | |
virtual void | Print (FILE *cfile, int depth) const |
All TinyXml classes can print themselves to a filestream. More... |
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.
|
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. |