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.

struct XMLParser
@nogc nothrow const
String
getNamedAttributeValue
(
in String name
)

Meta