#include <xmltooling/util/ParserPool.h>
Public Member Functions | |
| StreamInputSource (std::istream &is, const char *systemId=0) | |
| Constructs an input source around an input stream reference. | |
Classes | |
| class | StreamBinInputStream |
| A Xerces input stream that wraps a C++ input stream. More... | |
| xmltooling::StreamInputSource::StreamInputSource | ( | std::istream & | is, | |
| const char * | systemId = 0 | |||
| ) |
Constructs an input source around an input stream reference.
| is | reference to an input stream | |
| systemId | optional system identifier to attach to the stream |
1.5.6