|
|
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().
TiXmlText (const char * initValue )
| TiXmlText |
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'
~TiXmlText ()
| ~TiXmlText |
[virtual]
TiXmlText ( const std::string& initValue )
| TiXmlText |
TiXmlText ( const TiXmlText& copy )
| TiXmlText |
void operator= ( const TiXmlText& base )
| operator= |
Reimplemented from TiXmlNode.
void Print ( FILE* cfile, int depth )
|
[const virtual]
Reimplemented from TiXmlBase.
bool CDATA ()
| CDATA |
void SetCDATA ( bool _cdata )
| SetCDATA |
const char* Parse ( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
| Parse |
[virtual]
Reimplemented from TiXmlBase.
const TiXmlText* ToText ()
| ToText |
[const virtual]
Reimplemented from TiXmlNode.
TiXmlText* ToText ()
| ToText |
[virtual]
Reimplemented from TiXmlNode.
TiXmlNode* Clone ()
| Clone |
[protected const virtual]
Reimplemented from TiXmlNode.
void CopyTo ( TiXmlText* target )
| CopyTo |
[protected const]
Reimplemented from TiXmlNode.
void StreamOut ( TIXML_OSTREAM * out, bool unclosed = false )
| StreamOut |
[const virtual]
Reimplemented from TiXmlBase.
bool Blank ()
| Blank |
[protected const]
void StreamIn ( TIXML_ISTREAM * in, TIXML_STRING * tag )
| StreamIn |
[protected virtual]
Reimplemented from TiXmlNode.
Generated by: paulc on bussard on Wed Oct 21 01:57:30 2009, using kdoc 2.0a54. |