#include <tinyxml.h>
Inheritance diagram for gear::TiXmlUnknown:

Public Member Functions | |
| TiXmlUnknown (const TiXmlUnknown ©) | |
| void | operator= (const TiXmlUnknown ©) |
| virtual TiXmlNode * | Clone () const |
| Creates a copy of this Unknown and returns it. | |
| virtual void | Print (FILE *cfile, int depth) const |
| Print this Unknown to a FILE stream. | |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding) |
Protected Member Functions | |
| void | CopyTo (TiXmlUnknown *target) const |
| virtual void | StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag) |
| virtual void | StreamOut (TIXML_OSTREAM *out) const |
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.
DTD tags get thrown into TiXmlUnknowns.
1.3.5