Node.getAttribute

Returns a given named attribute.

If the attribute doesn't exist, an empty value will be returned.

struct Node
@safe nothrow inout @trusted
inout(Attribute)
getAttribute
(
string name
)

Meta