The SaxAttributes class / om.SaxAttributes methods |
Clears the list and copies the attributes passed.
The setAttributes() method takes an existing om.SaxAttributes object reference and makes a copy of all attributes into the current attribute list.
DEFINE curr, orig om.SaxAttributes ... CALL curr.setAttributes(orig)