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

Public Member Functions | |
| TiXmlUnknown () | |
| virtual | ~TiXmlUnknown () |
| 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 | StreamOut (TIXML_OSTREAM *out) const |
DTD tags get thrown into TiXmlUnknowns.
|
|
|
|
|
|
|
|
|
|
|
Creates a copy of this Unknown and returns it.
Implements TiXmlNode. |
|
|
|
|
|
|
|
||||||||||||||||
|
Implements TiXmlBase. |
|
||||||||||||
|
Print this Unknown to a FILE stream.
Implements TiXmlBase. |
|
|
Implements TiXmlBase. |
1.4.1