Public Member Functions | Protected Member Functions | Private Attributes | Friends
rospack_tinyxml::TiXmlText Class Reference

#include <tinyxml.h>

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

List of all members.

Public Member Functions

virtual bool Accept (TiXmlVisitor *content) const
bool CDATA () const
 Queries whether this represents text using a CDATA section.
void operator= (const TiXmlText &base)
virtual const char * Parse (const char *p, TiXmlParsingData *data, TiXmlEncoding encoding)
virtual void Print (FILE *cfile, int depth) const
void SetCDATA (bool _cdata)
 Turns on or off a CDATA representation of text.
 TiXmlText (const char *initValue)
 TiXmlText (const TiXmlText &copy)
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 ~TiXmlText ()

Protected Member Functions

bool Blank () const
virtual TiXmlNodeClone () const
 [internal use] Creates a new Element and returns it.
void CopyTo (TiXmlText *target) const

Private Attributes

bool cdata

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

Definition at line 1218 of file tinyxml.h.


Constructor & Destructor Documentation

rospack_tinyxml::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'

Definition at line 1226 of file tinyxml.h.

virtual rospack_tinyxml::TiXmlText::~TiXmlText ( ) [inline, virtual]

Definition at line 1231 of file tinyxml.h.

Definition at line 1242 of file tinyxml.h.


Member Function Documentation

bool rospack_tinyxml::TiXmlText::Accept ( TiXmlVisitor content) const [virtual]

Walk the XML tree visiting this node and all of its children.

Implements rospack_tinyxml::TiXmlNode.

Definition at line 1364 of file tinyxml.cpp.

bool rospack_tinyxml::TiXmlText::Blank ( ) const [protected]

Definition at line 1633 of file tinyxmlparser.cpp.

bool rospack_tinyxml::TiXmlText::CDATA ( ) const [inline]

Queries whether this represents text using a CDATA section.

Definition at line 1249 of file tinyxml.h.

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

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

Implements rospack_tinyxml::TiXmlNode.

Definition at line 1370 of file tinyxml.cpp.

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

Definition at line 1357 of file tinyxml.cpp.

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

Definition at line 1243 of file tinyxml.h.

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

Implements rospack_tinyxml::TiXmlBase.

Definition at line 1500 of file tinyxmlparser.cpp.

void rospack_tinyxml::TiXmlText::Print ( FILE *  cfile,
int  depth 
) 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 rospack_tinyxml::TiXmlBase.

Definition at line 1336 of file tinyxml.cpp.

void rospack_tinyxml::TiXmlText::SetCDATA ( bool  _cdata) [inline]

Turns on or off a CDATA representation of text.

Definition at line 1251 of file tinyxml.h.

virtual const TiXmlText* rospack_tinyxml::TiXmlText::ToText ( ) const [inline, virtual]

Cast to a more defined type. Will return null not of the requested type.

Reimplemented from rospack_tinyxml::TiXmlNode.

Definition at line 1255 of file tinyxml.h.

virtual TiXmlText* rospack_tinyxml::TiXmlText::ToText ( ) [inline, virtual]

Cast to a more defined type. Will return null not of the requested type.

Reimplemented from rospack_tinyxml::TiXmlNode.

Definition at line 1256 of file tinyxml.h.


Friends And Related Function Documentation

friend class TiXmlElement [friend]

Reimplemented from rospack_tinyxml::TiXmlNode.

Definition at line 1220 of file tinyxml.h.


Member Data Documentation

Definition at line 1274 of file tinyxml.h.


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


rospack
Author(s): Brian Gerkey/gerkey@willowgarage.com, Morgan Quigley/mquigley@cs.stanford.edu
autogenerated on Fri Jan 3 2014 11:51:41