xml.StaxReader.readFromPipe
Sets the input stream of the StaxReader object to a PIPE and starts the streaming.
Syntax
readFromPipe(
name STRING )
- name defines the command to start the PIPE and where the reader will get the XML from.
Usage
Use this method to set the input stream of the StaxReader object to a PIPE, where name is the command to read from the PIPE.
In case of error, the method throws an exception and sets the
STATUS
variable. Depending on the error, a human-readable description of the
problem is available in the SQLCA.SQLERRM
register. See Error handling in GWS calls (STATUS).