Function XMLParser.getNamedAttributeValue

Gets the value of a certain attribute of the current element by name. This will raise an error if the element has no such attribute.

String getNamedAttributeValue (
  const(String) name
) nothrow @nogc const;