Attribute( ... )
Attribute(const pugi::xml_attribute &attr)
getBoolValue( )
bool getBoolValue()
getDoubleValue( )
double getDoubleValue()
getFloatValue( )
float getFloatValue()
getIntValue( )
int getIntValue()
getNextAttribute( )
ofXml::Attribute getNextAttribute()
getPreviousAttribute( )
ofXml::Attribute getPreviousAttribute()
getUintValue( )
unsigned int getUintValue()
getValue( )
string getValue()
operator=( ... )
ofXml::Attribute & operator=(const T &value)
set( ... )
ofXml::Attribute & set(const T &value)
setName( ... )
void setName(const string &name)