#include <Pt/Xml/StartElement.h>
A single attribute of a start element.
Public Member Functions | |
Attribute () | |
Default constructor. | |
void | clear () |
Clears the value of this attribute. | |
const QName & | name () const |
Returns the qualified name. | |
const String & | namespaceUri () const |
Returns the namespaceUri. | |
void | setName (const QName &name, const Namespace &ns) |
Sets the qualified name and namespace. | |
void | setNamespace (const Namespace &ns) |
Sets the namespace. | |
const String & | value () const |
Returns the value of this attribute. | |
String & | value () |
Returns the value of this attribute. | |