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