From 618dfb51d93898632830f1b87443d3f748780871 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:05:53 +0200 Subject: 3.5 --- shared/tinyxml/docs/classTiXmlText.html | 208 ++++++++++++++++---------------- 1 file changed, 106 insertions(+), 102 deletions(-) (limited to 'shared/tinyxml/docs/classTiXmlText.html') diff --git a/shared/tinyxml/docs/classTiXmlText.html b/shared/tinyxml/docs/classTiXmlText.html index 0dadfa95..fe311540 100644 --- a/shared/tinyxml/docs/classTiXmlText.html +++ b/shared/tinyxml/docs/classTiXmlText.html @@ -1,112 +1,115 @@ - - + + + + TinyXml: TiXmlText Class Reference - - - - -
-
-
-
-

TiXmlText Class Reference

XML text. -More... -

-#include <tinyxml.h> -

-

Inheritance diagram for TiXmlText: -

- -TiXmlNode -TiXmlBase - -List of all members. - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + +
+

TiXmlText Class Reference

+

XML text. +More...

-
- - +

#include <tinyxml.h>

+
+Inheritance diagram for TiXmlText:
+
+
+ + +TiXmlNode +TiXmlBase + +
+
+

List of all members.

+

Public Member Functions

 TiXmlText (const char *initValue)
 Constructor for text element.
TiXmlText (const std::string &initValue)
 Constructor.
virtual void Print (FILE *cfile, int depth) const
 All TinyXml classes can print themselves to a filestream or the string class (TiXmlString in non-STL mode, std::string in STL mode.
-bool CDATA () const
 Queries whether this represents text using a CDATA section.
-void SetCDATA (bool _cdata)
 Turns on or off a CDATA representation of text.
-virtual const TiXmlTextToText () const
 Cast to a more defined type. Will return null not of the requested type.
-virtual TiXmlTextToText ()
 Cast to a more defined type. Will return null not of the requested type.
-virtual bool Accept (TiXmlVisitor *content) const
 Walk the XML tree visiting this node and all of its children.

Protected Member Functions

-virtual TiXmlNodeClone () const
 [internal use] Creates a new Element and returns it.

Friends

-class TiXmlElement
+ + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 TiXmlText (const char *initValue)
 Constructor for text element.
TiXmlText (const std::string &initValue)
 Constructor.
virtual void Print (FILE *cfile, int depth) const
 All TinyXml classes can print themselves to a filestream or the string class (TiXmlString in non-STL mode, std::string in STL mode.
+bool CDATA () const
 Queries whether this represents text using a CDATA section.
+void SetCDATA (bool _cdata)
 Turns on or off a CDATA representation of text.
+virtual const TiXmlTextToText () const
 Cast to a more defined type. Will return null not of the requested type.
+virtual TiXmlTextToText ()
 Cast to a more defined type. Will return null not of the requested type.
+virtual bool Accept (TiXmlVisitor *content) const
 Walk the XML tree visiting this node and all of its children.

Protected Member Functions

+virtual TiXmlNodeClone () const
 [internal use] Creates a new Element and returns it.

Friends

+class TiXmlElement
-

Detailed Description

-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(). -

-


Constructor & Destructor Documentation

- +

Detailed Description

+

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().

+

Constructor & Destructor Documentation

+
- + - + - +
TiXmlText::TiXmlText TiXmlText::TiXmlText ( const char *  initValue initValue  )  [inline] [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' +

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'

+ +

References TiXmlNode::SetValue().

+ +
-

-


Member Function Documentation

- +

Member Function Documentation

+
- + @@ -120,26 +123,27 @@ By default, it is treated as normal, encoded text. If you want it be output as a - +
virtual void TiXmlText::Print virtual void TiXmlText::Print ( FILE *  cfile,
) const [virtual] const [virtual]
-

-All TinyXml classes can print themselves to a filestream or the string class (TiXmlString in non-STL mode, std::string in STL mode. -

-) Either or both cfile and str can be null.

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

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

-Implements TiXmlBase. +

All TinyXml classes can print themselves to a filestream or the string class (TiXmlString in non-STL mode, std::string in STL mode.

+

) Either or both cfile and str can be null.

+

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

+

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

+ +

Implements TiXmlBase.

+ +
+
+
The documentation for this class was generated from the following file: -

-


The documentation for this class was generated from the following file: -
Generated on Sun May 6 15:41:23 2007 for TinyXml by  +
Generated by  -doxygen 1.4.7
+doxygen 1.6.2
-- cgit