xmltooling 1.6.4

xmltooling::StreamInputSource Class Reference

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

#include <xmltooling/util/ParserPool.h>

List of all members.

Classes

class  StreamBinInputStream
 A Xerces input stream that wraps a C++ input stream. More...

Public Member Functions

 StreamInputSource (std::istream &is, const char *systemId=nullptr)
 Constructs an input source around an input stream reference.

Detailed Description

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


Constructor & Destructor Documentation

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

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: