XmlElement.tryGetAttribute

Nullable!string tryGetAttribute(string qname) const @safe

Tries to get an attribute value.

Parameters

qnameThe attribute name (QName).

Returns

A Nullable!string containing the value if present, or null otherwise.