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