getX-Document function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Parses an XML document from a SonicMQ XMLMessage into an
X-DOCUMENT.
Syntax
|
Applies to
Message objects
Notes
- The handle to the created
X-DOCUMENTis returned as the value of this function.CREATE X-DOCUMENTcan return an error. - The caller is responsible for deleting the handle when the application is done
processing the
X-DOCUMENT. - Errors from getLongText function and
xdoc:LOADwill be returned.
See also
createXMLMessage procedure, setX-Document procedure, getX-Document function, setSaxReader procedure, getSaxWriter function, deleteSaxWriter procedure
For more information, see the XMLMessage.