Page principale | Liste des namespaces | Hiérarchie des classes | Liste alphabétique | Liste des classes | Liste des fichiers | Membres de namespace | Membres de classe

Référence de la classe TiXmlText

#include <tinyxml.hpp>

Graphe d'héritage de TiXmlText:

TiXmlNode TiXmlBase Liste de tous les membres

Fonctions membres publiques

 TiXmlText (const char *initValue)
 TiXmlText (const std::string &initValue)
 Constructor.
 TiXmlText (const TiXmlText &copy)
void operator= (const TiXmlText &base)
virtual void Print (FILE *cfile, int depth) const
 Write this text object to a FILE stream.
bool CDATA ()
 Queries whether this represents text using a CDATA section.
void SetCDATA (bool _cdata)
 Turns on or off a CDATA representation of text.
virtual const char * Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)

Fonctions membres protégées

virtual TiXmlNodeClone () const
 [internal use] Creates a new Element and returns it.
void CopyTo (TiXmlText *target) const
virtual void StreamOut (TIXML_OSTREAM *out) const
bool Blank () const
virtual void StreamIn (TIXML_ISTREAM *in, TIXML_STRING *tag)

Amis

class TiXmlElement

Description détaillée

XML text. A text node can have 2 ways to output the next. "normal" output and CDATA. It will default to the mode it was parsed from the XML file and you generally want to leave it alone, but you can change the output mode with SetCDATA() and query it with CDATA().


Documentation des constructeurs et destructeur

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

Constructor for text element. By default, it is treated as normal, encoded text. If you want it be output as a CDATA text element, set the parameter _cdata to 'true'


La documentation de cette classe a été générée à partir des fichiers suivants:
Généré le Wed Aug 16 12:33:36 2006 pour IpsiC++library par  doxygen 1.4.4