om.SaxAttributes.create

Create a new SAX attributes object.

Syntax

create()
  RETURNING result om.SaxAttributes

Usage

The om.SaxAttributes.create() class method create a new om.SaxAttributes object returns it.

To hold the reference to a SAX attributes object, define a variable with the type om.SaxAttributes type.

Example

DEFINE attrs om.SaxAttributes
...
LET attrs = om.SaxAttributes.create()