XMLParser.getNamedAttributeValueSafe

Gets the value of a certain attribute of the current element by name. This will return an empty String if the attribute is not found.

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

Meta