|
hipp
1.0
|
#include <IStreamInputSource.h>
Public Member Functions | |
| IStreamInputSource (istream &_is, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | |
| IStreamInputSource (istream &_is, const XMLCh *const system_id, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | |
| BinInputStream * | makeStream () const |
| IStreamInputSource (const IStreamInputSource &) | |
| unimplemented copy constructors | |
| IStreamInputSource & | operator= (const IStreamInputSource &) |
| unimplemented assignment operator | |
Protected Attributes | |
| istream & | is |
This class is a derivative of the standard Xerxes C InputSource class. It provides the parser access to data via a general istream.
| IStreamInputSource::IStreamInputSource | ( | istream & | _is, |
| MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager |
||
| ) | [inline] |
Constructor.
| _is | the istream to use as input to the parser. |
| manager | Pointer to the memory manager to be used to allocate objects. |
| IStreamInputSource::IStreamInputSource | ( | istream & | _is, |
| const XMLCh *const | system_id, | ||
| MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager |
||
| ) | [inline] |
Constructor.
| _is | the istream to use as input to the parser. |
| system_id | The system identifier(URI). |
| manager | Pointer to the memory manager to be used to allocate objects. |
| IStreamInputSource::IStreamInputSource | ( | const IStreamInputSource & | ) |
unimplemented copy constructors
| BinInputStream * IStreamInputSource::makeStream | ( | ) | const |
This method will return a binary input stream derivative that will parse from the standard input of the local host.
| IStreamInputSource& IStreamInputSource::operator= | ( | const IStreamInputSource & | ) |
unimplemented assignment operator
istream& IStreamInputSource::is [protected] |
1.7.5.1