Creates an instance of a SAX-reader object and assigns its handle to the handle variable you specify. The SAX-reader object can be used to control the parsing of XML source.
Syntax
CREATE SAX-READER handle
[ IN WIDGET-POOL pool-name] [ NO-ERROR ]
|
-
handle
- A variable of type HANDLE into which CREATE SAX-READER stores
the new handle.
- IN WIDGET-POOL pool-name
- A CHARACTER expression indicating the widget pool in which the object
is created. If you do not specify a widget pool, the object is created in
the current default widget pool.
- NO-ERROR
- The NO-ERROR option is used to prevent the
statement from raising ERROR and displaying error messages.