The SaxAttributes class / om.SaxAttributes methods |
Returns an attribute value by position.
getValueByIndex( index INTEGER ) RETURNING result STRING
The getValueByIndex() method returns the value of the attribute at the specified ordinal position in the list.
If the attribute does not exist at the given position, the method returns NULL.