Inheritance diagram for StdInInputSource:

Public Methods | |
Constructor | |
| StdInInputSource () | |
Destructor | |
Virtual methods | |
| BinInputStream * | makeStream () const |
As with all InputSource derivatives. The primary objective of an input source is to create an input stream via which the parser can spool in data from the referenced source.
|
|
Since the standard input is a canned source, the constructor is very simple. It just uses local platform services to open up the standard input source as file, a new handleof which it gives to each new stream it creates. |
|
|
This method will return a binary input stream derivative that will parse from the standard input of the local host.
Implements InputSource. |
1.3-rc1