Main Page   Class Hierarchy   Compound List   File List   Compound Members  

TiXmlText Class Reference

XML text. More...

#include <tinyxml.h>

Inheritance diagram for TiXmlText::

TiXmlNode TiXmlBase List of all members.

Public Methods

 TiXmlText (const char *initValue)
 Constructor.

 TiXmlText (const std::string &initValue)
 Constructor.

virtual void Print (FILE *cfile, int depth) const
 All TinyXml classes can print themselves to a filestream. More...


Friends

class TiXmlElement

Detailed Description

XML text.

Contained in an element.


Member Function Documentation

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

All TinyXml classes can print themselves to a filestream.

This is a formatted print, and will insert tabs and newlines.

(For an unformatted stream, use the << operator.)

Reimplemented from TiXmlBase.


The documentation for this class was generated from the following file:
Generated on Fri Apr 11 23:01:21 2003 for TinyXml by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001