DOM Attribute class.
Definition: dom_attr.h:66
std::string DomString
Definition: dom_string.h:37
DomString get_value() const
Returns the value of the attribute.
DomAttr()
Constructs a DOM Attr handle.
DOM Document class.
Definition: dom_document.h:64
std::shared_ptr< DomNode_Impl > impl
Definition: dom_node.h:396
DOM Node class.
Definition: dom_node.h:70
DOM Element class.
Definition: dom_element.h:59
DomElement get_owner_element() const
Returns the attribute's owner element.
bool get_specified() const
If this attribute was explicitly given a value in the original document, this is true; otherwise...
DomString get_name() const
Returns the name of this attribute.
void set_value(const DomString &value)
Sets the value of the attribute.