This method retrieves the attribute which has a name of name.
Parameters: name - the name of the attribute to get the value of the value of the attribute specified by name
This method retrieves the attribute node which has a name of
name. This Attr will have the same value as
would be gotten with getAttribute.
Parameters: name - the name of the Attr to get the attribute node of this Elementwhich has a nameof name
This method retrieves the elements by tag name which has a name of
name.
Parameters: name - the name of the Element to get the elements by tag name of this Element which has aname of name
This method determines whether this Element has an attribute
with the supplied name.
Parameters: name - the name of the attribute true if this Element has an attributethat name.
This method sets the attribute specified by name to
value.
Parameters: name - the name of the attribute to set Parameters: value - the new value this attribute is to have