VCF::XMLAttr Class Reference
Class XMLAttr documentation.
More...
#include <vcf/FoundationKit/XMLParser.h>
Inheritance diagram for VCF::XMLAttr:
List of all members.
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] |
|
| 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
The documentation for this class was generated from the following file: