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

Public Types | |
| enum | { kDefaultIID = IID_IDATATRANSFORMPARAMS } |
Public Member Functions | |
| virtual ISAXAttributes * | QueryForParamValues (IDataServicesOptions *options, IPMStream *stream) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Class responsible for retrieving data transform parameters from a stream holding the data transformation specification. e.g. the XSL stylesheet, when the transformation is and XSL transformation.
| pure virtual |
Inspects the transform specification in stream for transform parameters. Any parameters that are found are returned.
| options | IN Contains the transformation options currently in effect. |
| stream | IN The stream holding the transform specification. |