DAZ Script | |
---|---|
DzDomNode | ownerElement () |
Boolean | specified () |
A script wrapper for QDomAttr. This object represents an “Attribute” of a “Element” (DzDomElement) in a DOM document.
Instances of this object are not constructed directly, rather they are returned by calling DzDomDocument::createAttribute(). An easier method of adding or setting an attribute on an element is to call DzDomElement::setAttribute() on the element to which the attribute should be added or set.
Return Value:
Return Value:
true
if the attribute has a value, otherwise false
.