#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) |
virtual const TiXmlUnknown * | ToUnknown () const |
Cast to a more defined type. Will return null not of the requested type. | |
virtual TiXmlUnknown * | ToUnknown () |
Cast to a more defined type. Will return null not of the requested type. | |
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.
|
|
|
|
|
|
|
Creates a copy of this Unknown and returns it.
Implements TiXmlNode. |
|
|
|
|
|
Implements TiXmlBase. |
|
Print this Unknown to a FILE stream.
Implements TiXmlBase. |
|
Implements TiXmlNode. |
|
Implements TiXmlBase. |
|
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from TiXmlNode. |
|
Cast to a more defined type. Will return null not of the requested type.
Reimplemented from TiXmlNode. |