Public Member Functions | Protected Member Functions | Friends

TiXmlText Class Reference

#include <tinyxml.h>

Inheritance diagram for TiXmlText:
Inheritance graph
[legend]
Collaboration diagram for TiXmlText:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Protected Member Functions

Friends


Detailed Description

XML text. Contained in an element.


Constructor & Destructor Documentation

TiXmlText::TiXmlText ( const char *  initValue  )  [inline]

Constructor.

References TiXmlNode::SetValue().

Referenced by Clone().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual TiXmlText::~TiXmlText (  )  [inline, virtual]
TiXmlText::TiXmlText ( const TiXmlText copy  )  [inline]

References CopyTo().

Here is the call graph for this function:


Member Function Documentation

void TiXmlText::operator= ( const TiXmlText base  )  [inline]

References CopyTo().

Here is the call graph for this function:

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

Write this text object to a FILE stream.

Implements TiXmlBase.

References TiXmlBase::PutString(), TIXML_STRING, and TiXmlNode::value.

Here is the call graph for this function:

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

Implements TiXmlBase.

References TiXmlParsingData::Cursor(), TiXmlBase::location, TiXmlBase::ReadText(), TiXmlParsingData::Stamp(), and TiXmlNode::value.

Referenced by TiXmlElement::ReadValue().

Here is the call graph for this function:

Here is the caller graph for this function:

TiXmlNode * TiXmlText::Clone (  )  const [protected, virtual]

[internal use] Creates a new Element and returns it.

Implements TiXmlNode.

References CopyTo(), and TiXmlText().

Here is the call graph for this function:

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

Referenced by Clone(), operator=(), and TiXmlText().

Here is the caller graph for this function:

void TiXmlText::StreamOut ( TiXmlOutStream out  )  const [protected, virtual]

Implements TiXmlBase.

References TiXmlBase::PutString(), and TiXmlNode::value.

Here is the call graph for this function:

bool TiXmlText::Blank (  )  const [protected]

References TiXmlBase::IsWhiteSpace(), TiXmlString::length(), and TiXmlNode::value.

Referenced by TiXmlElement::ReadValue().

Here is the call graph for this function:

Here is the caller graph for this function:


Friends And Related Function Documentation

friend class TiXmlElement [friend]

Reimplemented from TiXmlNode.


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