#include <IAttribute.hpp>
Public Member Functions | |
virtual const AxisChar * | getValue ()=0 |
virtual const AxisChar * | getURI ()=0 |
virtual const AxisChar * | getPrefix ()=0 |
virtual const AxisChar * | getLocalName ()=0 |
virtual int | setValue (const AxisChar *value)=0 |
virtual int | setURI (const AxisChar *uri)=0 |
virtual int | setPrefix (const AxisChar *prefix)=0 |
virtual int | setLocalName (const AxisChar *localname)=0 |
|
Get the local name of this attribute
|
|
Get the prefix of this attribute
|
|
Get the URI of this attribute
|
|
try to set the attribute with given value
|
|
try to set the prefix with given value
|
|
try to set the URI
|
|
try to set theattribute with given value
|