☰
D
dejadoc
DDN-DATA-XML
/
ddn.data.xml.dom.element
/
XmlElement.hasAttribute
🔍
☾
XmlElement.hasAttribute
bool hasAttribute(string qname)
const
@safe
Checks if an attribute with the given QName exists.
Parameters
qname
The attribute name (QName).
Returns
true
if the attribute exists,
false
otherwise.