XmlElement.getAttributeNodeNS

inout(XmlAttribute) getAttributeNodeNS(string namespaceUri, string localName) inout @safe

Looks up an attribute node by namespace URI and local name.

Parameters

namespaceUriNamespace URI.
localNameLocal name.

Returns

The attribute node, or null if not present.