Node.getAttribute

Returns a given named attribute.

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

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

Meta