The SaxAttributes class / om.SaxAttributes methods |
Create a new SAX attributes object.
create() RETURNING result om.SaxAttributes
The om.SaxAttributes.create() class method create a new om.SaxAttributes object returns it.
To hold the reference to a DOM document object, define a variable with the type om.SaxAttributes type.
DEFINE attrs om.SaxAttributes ... LET attrs = om.SaxAttributes.create()