The DomNode class / om.DomNode methods |
Returns the value of a DOM node attribute, with default string value.
getAttributeString( name STRING, def STRING ) RETURNING result STRING
The getAttributeString() 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.