Creates an instance of a SAX-writer object and assigns its handle to the handle variable specified. Use this object to write an XML document using the SAX interface.
Syntax
CREATE SAX-WRITER handle [ IN WIDGET-POOL pool-name ] [ NO-ERROR ]
|
-
handle
- Variable of type HANDLE which stores the handle of the new SAX-writer
object.
- IN WIDGET-POOL pool-name
- Specifies the widget pool where the AVM creates the new object.
If you do not specify a widget pool, the AVM creates the object
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.