#include <tinyxml.h>
An XML comment.
TiXmlComment::TiXmlComment | ( | ) | [inline] |
TiXmlComment::TiXmlComment | ( | const TiXmlComment & | copy | ) |
virtual TiXmlComment::~TiXmlComment | ( | ) | [inline, virtual] |
void TiXmlComment::operator= | ( | const TiXmlComment & | base | ) |
TiXmlNode * TiXmlComment::Clone | ( | ) | const [virtual] |
Returns a copy of this Comment.
Implements TiXmlNode.
References CopyTo(), and TiXmlComment().
void TiXmlComment::Print | ( | FILE * | cfile, | |
int | depth | |||
) | const [virtual] |
Write this Comment to a FILE stream.
Implements TiXmlBase.
References TiXmlString::c_str(), and TiXmlNode::value.
const char * TiXmlComment::Parse | ( | const char * | p, | |
TiXmlParsingData * | data, | |||
TiXmlEncoding | encoding | |||
) | [virtual] |
Implements TiXmlBase.
References TiXmlParsingData::Cursor(), TiXmlNode::GetDocument(), TiXmlBase::location, TiXmlBase::ReadText(), TiXmlDocument::SetError(), TiXmlBase::SkipWhiteSpace(), TiXmlParsingData::Stamp(), TiXmlBase::StringEqual(), TiXmlBase::TIXML_ERROR_PARSING_COMMENT, and TiXmlNode::value.
void TiXmlComment::CopyTo | ( | TiXmlComment * | target | ) | const [protected] |
void TiXmlComment::StreamOut | ( | TiXmlOutStream * | out | ) | const [protected, virtual] |
Implements TiXmlBase.
References TiXmlNode::value.