Retrieves a string attribute, given the name of the attribute according to the Document Object Model (DOM) of Dynamic HTML.
public String getDOMAttributeString( String strAttr )
StrAttr
The string identifier of the attribute to retrieve.
Returns the value of the attribute.
Calling this method directly is not part of the normal operation using this package. You should call specific attribute methods directly on the element.