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