| The SaxAttributes class / om.SaxAttributes methods | |
Appends a new attribute to the end of the list.
addAttribute( name STRING, value STRING )
The addAttribute() method appends a new attribute with name and value at the end of the list.
DEFINE attrs om.SaxAttributes
...
CALL attrs.addAttribute("name","jo")