deleteSaxWriter procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Terminates the SAX-WRITER and deletes the SAX-WRITER
handle created by getSaxWriter function.
Syntax
|
Applies to
Message objects
Notes
- This procedure calls setLongText procedure to place the XML created by the
SAX-WRITERcalls into theXMLMessage. - The caller then sends the
XMLMessageusing the appropriate OpenEdge Adapter for SonicMQ calls. - An error is returned if the specified handle is not a
SAX-WRITERhandle, by setLongText procedure, and byDELETE OBJECT.
See also
createXMLMessage procedure, setX-Document procedure, getX-Document function, setSaxReader procedure, getSaxWriter function, deleteSaxWriter procedure
For more information, see the XMLMessage.