interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

TiXmlUnknown Class Reference

#include <tinyxml.hh>

Inheritance diagram for TiXmlUnknown:

TiXmlNode TiXmlBase List of all members.

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

Protected Member Functions


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]

Creates a copy of this Unknown and returns it.

Implements TiXmlNode.

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]

Print this Unknown to a FILE stream.

Implements TiXmlBase.

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: