XMLParser.getNamedAttributeValue

Get 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
(
StringArg0
)
(
in StringArg0 name
)

Meta