The SaxAttributes class / om.SaxAttributes methods |
Delete an attribute by position.
The removeAttribute() method removes the attribute at the given ordinal position.
If the attribute does not exist at the given position, the method returns silently.
DEFINE attrs om.SaxAttributes ... CALL attrs.removeAttribute( attrs.getLength() )