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

TiXmlComment Class Reference

#include <tinyxml.hh>

Inheritance diagram for TiXmlComment:

TiXmlNode TiXmlBase List of all members.

Detailed Description

An XML comment.

Definition at line 1027 of file tinyxml.hh.

Public Member Functions

Protected Member Functions


Constructor & Destructor Documentation

TiXmlComment::TiXmlComment (  )  [inline]

Constructs an empty comment.

Definition at line 1031 of file tinyxml.hh.

TiXmlComment::TiXmlComment ( const TiXmlComment  ) 

virtual TiXmlComment::~TiXmlComment (  )  [inline, virtual]

Definition at line 1035 of file tinyxml.hh.


Member Function Documentation

virtual TiXmlNode* TiXmlComment::Clone (  )  const [virtual]

Returns a copy of this Comment.

Implements TiXmlNode.

void TiXmlComment::CopyTo ( TiXmlComment target  )  const [protected]

void TiXmlComment::operator= ( const TiXmlComment base  ) 

virtual const char* TiXmlComment::Parse ( const char *  p,
TiXmlParsingData *  data,
TiXmlEncoding  encoding 
) [virtual]

Implements TiXmlBase.

virtual void TiXmlComment::Print ( FILE *  cfile,
int  depth 
) const [virtual]

Write this Comment to a FILE stream.

Implements TiXmlBase.

virtual void TiXmlComment::StreamIn ( TIXML_ISTREAM *  in,
TIXML_STRING *  tag 
) [protected, virtual]

Implements TiXmlNode.

virtual void TiXmlComment::StreamOut ( TIXML_OSTREAM *  out,
int  depth 
) const [protected, virtual]

Implements TiXmlBase.


The documentation for this class was generated from the following file: