ot::xml
class Attribute
#include "ot/xml/Attribute.h"
Represents an attribute from an element start tag located within a parsed XML document.
| Constructor/Destructor Detail |
Attribute
Attribute()
-
Attribute
Attribute(const Attribute& rhs)
-
Attribute
Attribute(const QName& name,
const String& type,
int nIndex)
-
Attribute
Attribute(const QName& name,
const String& value,
const String& type)
-
getIndex
int getIndex() const
-
getName
const QName& getName() const
-
getType
const String& getType() const
-
getValue
const String& getValue() const
-
isDefaulted
bool isDefaulted() const
-
setName
void setName(const QName& name)
-
setType
void setType(const String& type)
-
setValue
void setValue(const String& value)
-
Found a bug or missing feature? Please email us at support@elcel.com