TiXmlUnknown Class Reference
#include <tinyxml.hh>
Inheritance diagram for TiXmlUnknown:

Detailed Description
Any tag that tinyXml doesn't recognize is saved as an unknown.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.
Definition at line 1193 of file tinyxml.hh.
Public Member Functions
- TiXmlUnknown ()
- virtual ~TiXmlUnknown ()
- TiXmlUnknown (const TiXmlUnknown ©)
- void operator= (const TiXmlUnknown ©)
- virtual TiXmlNode * Clone () const
- virtual void Print (FILE *cfile, int depth) const
- 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, int depth) const
Constructor & Destructor Documentation
| TiXmlUnknown::TiXmlUnknown | ( | ) | [inline] |
Definition at line 1196 of file tinyxml.hh.
| virtual TiXmlUnknown::~TiXmlUnknown | ( | ) | [inline, virtual] |
Definition at line 1197 of file tinyxml.hh.
| TiXmlUnknown::TiXmlUnknown | ( | const TiXmlUnknown & | copy | ) | [inline] |
Definition at line 1199 of file tinyxml.hh.
Member Function Documentation
| virtual TiXmlNode* TiXmlUnknown::Clone | ( | ) | const [virtual] |
| void TiXmlUnknown::CopyTo | ( | TiXmlUnknown * | target | ) | const [protected] |
Referenced by operator=(), and TiXmlUnknown().
| void TiXmlUnknown::operator= | ( | const TiXmlUnknown & | copy | ) | [inline] |
Definition at line 1200 of file tinyxml.hh.
| virtual const char* TiXmlUnknown::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data, | |||
| TiXmlEncoding | encoding | |||
| ) | [virtual] |
Implements TiXmlBase.
| virtual void TiXmlUnknown::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
| virtual void TiXmlUnknown::StreamIn | ( | TIXML_ISTREAM * | in, | |
| TIXML_STRING * | tag | |||
| ) | [protected, virtual] |
Implements TiXmlNode.
| virtual void TiXmlUnknown::StreamOut | ( | TIXML_OSTREAM * | out, | |
| int | depth | |||
| ) | const [protected, virtual] |
Implements TiXmlBase.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vutil/tinyxml.hh