![]() | InDesign SDK 20.5 |
#include <IXMLExportHandlerData.h>

Public Types | |
| enum | { kDefaultIID = IID_IXMLEXPORTHANDLERDATA } |
Public Member Functions | |
| virtual void | SetStream (IXMLOutStream *outStream)=0 |
| virtual IXMLOutStream * | GetStream ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Stores the stream from the XMLExportHandler.
| pure virtual |
Accessor for stream stored on this interface
| pure virtual |
Mutator for stream stored on this interface
| outStream | stream to store on this interface |