The DomNode class / om.DomNode methods |
Returns the value of a DOM node attribute, with default integer value.
getAttributeInteger( name STRING, def STRING ) RETURNING result INTEGER
The getAttributeInteger() method returns the value of the attribute passed as parameter, as defined in the current node.
DOM node attribute names are case-sensitive.
If the attribute is not defined, the method returns the default value passed as second parameter.