setSaxReader procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Sets the input destination to an internal longchar that will be used as intermediate
storage of the XML read from an XMLMessage.
Syntax
|
Applies to
Message objects
Notes
- The specified handle must already be initialized as a
SAX-READERhandle. If the specified handle is not aSAX-READERhandle, an error is returned. - The caller uses
SAX-READERmethods on the handle to read the XML document.
See also
createXMLMessage procedure, setX-Document procedure, getX-Document function, #rfi1387308662607, getSaxWriter function, deleteSaxWriter procedure
For more information, see the XMLMessage.