The SaxAttributes class / om.SaxAttributes methods |
Returns the value of an attribute by name.
The getValue() method returns the value of the attribute identified by the name passed as parameter.
If the attribute does not exist, the method returns NULL.
DEFINE attrs om.SaxAttributes ... DISPLAY attrs.getValue("name")