Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::XMLAttr Class Reference

Class XMLAttr documentation. More...

#include <vcf/FoundationKit/XMLParser.h>

Inheritance diagram for VCF::XMLAttr:

VCF::Object List of all members.

Public Member Functions

 XMLAttr (const String &name="", const String &value="", XMLNode *node=NULL)
 XMLAttr (const XMLAttr &attr)
virtual ~XMLAttr ()
XMLAttroperator= (const XMLAttr &attr)
String getName () const
void setName (const String &name)
String getValue () const
void setValue (const String &value)
XMLNodegetNode () const
void setNode (XMLNode *node)
virtual String toString () const
 returns a string representation of the object

Protected Attributes

String name_
String value_
XMLNodenode_

Detailed Description

Class XMLAttr documentation.


Constructor & Destructor Documentation

VCF::XMLAttr::XMLAttr const String name = "",
const String value = "",
XMLNode node = NULL
[inline]
 

VCF::XMLAttr::XMLAttr const XMLAttr attr  )  [inline]
 

virtual VCF::XMLAttr::~XMLAttr  )  [inline, virtual]
 


Member Function Documentation

String VCF::XMLAttr::getName  )  const [inline]
 

XMLNode* VCF::XMLAttr::getNode  )  const [inline]
 

String VCF::XMLAttr::getValue  )  const [inline]
 

XMLAttr& VCF::XMLAttr::operator= const XMLAttr attr  )  [inline]
 

void VCF::XMLAttr::setName const String name  )  [inline]
 

void VCF::XMLAttr::setNode XMLNode node  )  [inline]
 

void VCF::XMLAttr::setValue const String value  )  [inline]
 

virtual String VCF::XMLAttr::toString  )  const [virtual]
 

returns a string representation of the object

Reimplemented from VCF::Object.


Member Data Documentation

String VCF::XMLAttr::name_ [protected]
 

XMLNode* VCF::XMLAttr::node_ [protected]
 

String VCF::XMLAttr::value_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information