Overview | Methods | This Package | All Packages
Retrieves an integer attribute, given the name of the attribute according to the Document Object Model (DOM) of Dynamic HTML.
Syntax
public int getDOMAttributeInt( String strAttr )
Parameters
strAttr
The string identifier of the attribute to retrieve.
Return Value
Returns the integer value of the attribute.
Remarks
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