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

Public Member Functions | |
| IXMLAcquirerFilter | IID_IXMLACQUIRERFILTER |
| IXMLImportPreferences | IID_IXMLIMPORTPREFERENCES |
| IK2ServiceProvider | IID_IK2SERVICEPROVIDER |
Custom acquirer that lets us ensure the XML import mechanism
uses the custom entity resolver from this plug-in. The acquirer lets us have a sub-type that appears on the standard XML import options dialog, without doing much real extra work
| IK2ServiceProvider kXCatHndAcquirerFilterServiceBoss::IID_IK2SERVICEPROVIDER |
IK2ServiceProvider implementation, identifying this
as a XML acquirer filter. Required interface for a service.
Implementation: kXMLFilterServiceProviderImpl.
| IXMLAcquirerFilter kXCatHndAcquirerFilterServiceBoss::IID_IXMLACQUIRERFILTER |
IXMLAcquirerFilter implementation from this plug-in,
provided interface of this plug-in
Implementation: kXCatHndAcquirerFilterImpl.
| IXMLImportPreferences kXCatHndAcquirerFilterServiceBoss::IID_IXMLIMPORTPREFERENCES |
Implementation of IXMLImportPreferences that lets us
turn this service on or off
Implementation: kXCatHndAcquirerXMLImportPrefsImpl.