#include <tinyxml.h>


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 | StreamOut (TIXML_OSTREAM *out) const |
DTD tags get thrown into TiXmlUnknowns.
Definition at line 1183 of file tinyxml.h.
| TiXmlUnknown::TiXmlUnknown | ( | ) | [inline] |
| virtual TiXmlUnknown::~TiXmlUnknown | ( | ) | [inline, virtual] |
| TiXmlUnknown::TiXmlUnknown | ( | const TiXmlUnknown & | copy | ) | [inline] |
| void TiXmlUnknown::operator= | ( | const TiXmlUnknown & | copy | ) | [inline] |
| TiXmlNode * TiXmlUnknown::Clone | ( | ) | const [virtual] |
Creates a copy of this Unknown and returns it.
Implements TiXmlNode.
Definition at line 1567 of file tinyxml.cpp.
References CopyTo(), and TiXmlUnknown().
| void TiXmlUnknown::Print | ( | FILE * | cfile, | |
| int | depth | |||
| ) | const [virtual] |
Print this Unknown to a FILE stream.
Implements TiXmlBase.
Definition at line 1547 of file tinyxml.cpp.
References TiXmlNode::value.
| const char * TiXmlUnknown::Parse | ( | const char * | p, | |
| TiXmlParsingData * | data, | |||
| TiXmlEncoding | encoding | |||
| ) | [virtual] |
Implements TiXmlBase.
Definition at line 1239 of file tinyxmlparser.cpp.
References TiXmlParsingData::Cursor(), TiXmlNode::GetDocument(), TiXmlBase::location, TiXmlDocument::SetError(), TiXmlBase::SkipWhiteSpace(), TiXmlParsingData::Stamp(), TiXmlBase::TIXML_ERROR_PARSING_UNKNOWN, and TiXmlNode::value.
| virtual const TiXmlUnknown* TiXmlUnknown::ToUnknown | ( | ) | const [inline, virtual] |
| virtual TiXmlUnknown* TiXmlUnknown::ToUnknown | ( | ) | [inline, virtual] |
| void TiXmlUnknown::CopyTo | ( | TiXmlUnknown * | target | ) | const [protected] |
Definition at line 1561 of file tinyxml.cpp.
References TiXmlNode::CopyTo().
Referenced by Clone(), operator=(), and TiXmlUnknown().
| void TiXmlUnknown::StreamOut | ( | TIXML_OSTREAM * | out | ) | const [protected, virtual] |
1.5.6