setSaxReader procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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, setSaxReader procedure, getSaxWriter function, deleteSaxWriter procedure
For more information, see the XMLMessage.