#include <XSECTXFMInputSource.hpp>
Collaboration diagram for XSECTXFMInputSource:
This class provides a wrapper for a TXFMList. It is used to provide an input to the Xerces Parser.
Public Member Functions | |
Constructors and Destructors | |
XSECTXFMInputSource (TXFMChain *lst, bool deleteWhenDone=true) | |
Construct around an existing transform list. | |
virtual | ~XSECTXFMInputSource () |
Destructor. | |
Stream management methods | |
XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream * | makeStream () const |
Interface method. |
|
Construct around an existing transform list.
|
|
Destructor. Delete the object. If deleteWhenDone was set during construction, will delete the chain if it has not already been done. |
|
Interface method. Returns an InputStream that can be read by the parser |