xmltooling  3.0.1
xmltooling::StreamInputSource Class Reference

A parser source that wraps a C++ input stream. More...

#include <xmltooling/util/ParserPool.h>

Inheritance diagram for xmltooling::StreamInputSource:

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. More...
 

Detailed Description

A parser source that wraps a C++ input stream.

Constructor & Destructor Documentation

xmltooling::StreamInputSource::StreamInputSource ( std::istream &  is,
const char *  systemId = 0 
)

Constructs an input source around an input stream reference.

Parameters
isreference to an input stream
systemIdoptional system identifier to attach to the stream

The documentation for this class was generated from the following file: