Generally, you shouldn't create this yourself, since you can use Element.attrs instead.
Returns the value of attribute name, or null if doesn't exist
Provides support for testing presence of an attribute with the in operator.
Sets a value for attribute with name. If the attribute doesn't exist, this will create it, even if value is null.
Proxy object for attributes which will replace the main opDispatch eventually