xmltooling 3.2.4
|
A parser source that wraps a C++ input stream. More...
#include <xmltooling/util/ParserPool.h>
Classes | |
class | StreamBinInputStream |
A Xerces input stream that wraps a C++ input stream. More... | |
Public Member Functions | |
StreamInputSource (std::istream &is, const char *systemId=0) | |
Constructs an input source around an input stream reference. | |
A parser source that wraps a C++ input stream.
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 |