CREATE SAX-WRITER statement
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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
|
- 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
ERRORand displaying error messages.