#include <TinyXML.h>
Inherits TiXmlNode.
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.
Public Member Functions | |
| TiXmlUnknown () | |
| virtual | ~TiXmlUnknown () |
| 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 | StreamOut (TiXmlOutStream *out) const |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
Private Member Functions | |
| TiXmlUnknown (const TiXmlUnknown ©) | |
| void | operator= (const TiXmlUnknown ©) |
| TiXmlUnknown::TiXmlUnknown | ( | ) | [inline] |
| virtual TiXmlUnknown::~TiXmlUnknown | ( | ) | [inline, virtual] |
| TiXmlUnknown::TiXmlUnknown | ( | const TiXmlUnknown & | copy | ) | [private] |
| virtual void 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 TiXmlBase.
| virtual void TiXmlUnknown::StreamOut | ( | TiXmlOutStream * | out | ) | const [protected, virtual] |
Implements TiXmlBase.
| virtual const char* TiXmlUnknown::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data | |||
| ) | [protected, virtual] |
Implements TiXmlBase.
| void TiXmlUnknown::operator= | ( | const TiXmlUnknown & | copy | ) | [private] |
1.5.6