Inheritance diagram for DzDomAttr:
Properties | |
String | name |
String | value |
Constructors | |
DzDomAttr () | |
Methods | |
DzDomNode | ownerElement () |
Boolean | specified () |
Represents an attribute node in a DOM document.
DzDomAttr::DzDomAttr | ( | ) |
Default constructor. Typically, you will not construct these directly, but will call DzDomElement::setAttribute() or DzDomDocument::createAttribute() to create a new attribute node as a member of an existing element or document.
DzDomNode DzDomAttr::ownerElement | ( | ) |
Boolean DzDomAttr::specified | ( | ) |
[Read Only] The name of the attribute.
QString DzDomAttr::value |
The value of the attribute.