SET-INPUT-SOURCE( ) method
Specifies the source of XML text to be parsed by a SAX-reader object.
Return type: LOGICAL
Applies to: SAX-reader object handle
mode
A CHARACTER expression evaluating to “FILE”, “MEMPTR”, “HANDLE”, or “LONGCHAR” indicating whether the XML source is a file, a MEMPTR, a WEB-CONTEXT system handle, or a LONGCHAR variable.file
memptr
handle
longchar
The following checks are not performed by SET-INPUT-SOURCE( ) but are performed by SAX-PARSE( ) at run time:
OpenEdge Release 10.2B
|