XMLParser.getNamedAttributeValueSafe

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

Meta