osgEarth 2.1.1
Public Member Functions | Private Attributes

osgEarth::XmlText Class Reference

Inheritance diagram for osgEarth::XmlText:
Collaboration diagram for osgEarth::XmlText:

List of all members.

Public Member Functions

 XmlText (const std::string &value)
virtual ~XmlText ()
const std::string & getValue () const
virtual bool isElement () const
virtual bool isText () const

Private Attributes

std::string value

Detailed Description

Definition at line 111 of file XmlUtils.


Constructor & Destructor Documentation

XmlText::XmlText ( const std::string &  value)

Definition at line 239 of file XmlUtils.cpp.

{
    value = _value;
}
virtual osgEarth::XmlText::~XmlText ( ) [inline, virtual]

Definition at line 116 of file XmlUtils.

{ }

Member Function Documentation

const std::string & XmlText::getValue ( ) const

Definition at line 245 of file XmlUtils.cpp.

{
    return value;
}

Here is the caller graph for this function:

virtual bool osgEarth::XmlText::isElement ( ) const [inline, virtual]

Implements osgEarth::XmlNode.

Definition at line 121 of file XmlUtils.

{ return false; }
virtual bool osgEarth::XmlText::isText ( ) const [inline, virtual]

Implements osgEarth::XmlNode.

Definition at line 123 of file XmlUtils.

{ return true; }

Member Data Documentation

std::string osgEarth::XmlText::value [private]

Definition at line 126 of file XmlUtils.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines