The SaxAttributes class / om.SaxAttributes methods |
Clones an existing SAX attributes object.
copy( attrs om.SaxAttributes ) RETURNING result om.SaxAttributes
The om.SaxAttributes.copy() class method makes a clone of the om.SaxAttributes object passed as reference and returns the new created object.
DEFINE copy, orig om.SaxAttributes ... LET copy = om.SaxAttributes.copy(orig)