vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function Node.getAttribute

Returns a given named attribute.

inout inout(Attribute) getAttribute (
  string name
) nothrow @trusted;

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

Authors
Copyright
License