getSaxWriter function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Creates a SAX-WRITER and sets the output destination to an internal
longchar for intermediate storage.
Syntax
|
Applies to
Message objects
Notes
- The caller uses
SAX-WRITERmethods on the returned handle to create the XML document. (which will be written to the internal longchar). - The name parameter is the name of the widget-pool to be used when
creating the
SAX-WRITER. TheUnknown value (?)results in the use of the default pool. - When XML creation is completed, call deleteSaxWriter procedure.
- Possible errors are returned by
CREATE-SAX-WRITERorSET-OUTPUT-DESTINATION.
See also
createXMLMessage procedure, setX-Document procedure, getX-Document function, setSaxReader procedure, #rfi1387308662119, deleteSaxWriter procedure
For more information, see the XMLMessage.