|
|
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.
TiXmlUnknown ()
| TiXmlUnknown |
~TiXmlUnknown ()
| ~TiXmlUnknown |
[virtual]
TiXmlUnknown ( const TiXmlUnknown& copy )
| TiXmlUnknown |
void operator= ( const TiXmlUnknown& copy )
| operator= |
Reimplemented from TiXmlNode.
TiXmlNode* Clone ()
| Clone |
[const virtual]
Reimplemented from TiXmlNode.
void Print ( FILE* cfile, int depth )
|
[const virtual]
Reimplemented from TiXmlBase.
const char* Parse ( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
| Parse |
[virtual]
Reimplemented from TiXmlBase.
const TiXmlUnknown* ToUnknown ()
| ToUnknown |
[const virtual]
Reimplemented from TiXmlNode.
TiXmlUnknown* ToUnknown ()
| ToUnknown |
[virtual]
Reimplemented from TiXmlNode.
void CopyTo ( TiXmlUnknown* target )
| CopyTo |
[protected const]
Reimplemented from TiXmlNode.
void StreamIn ( TIXML_ISTREAM * in, TIXML_STRING * tag )
| StreamIn |
[protected virtual]
Reimplemented from TiXmlNode.
void StreamOut ( TIXML_OSTREAM * out, bool unclosed = false )
| StreamOut |
[const virtual]
Reimplemented from TiXmlBase.
Generated by: paulc on bussard on Wed Oct 21 01:57:30 2009, using kdoc 2.0a54. |