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

Public Types | |
| enum | { kDefaultIID = IID_IXMLLOADDTDCMDDATA } |
Public Member Functions | |
| virtual void | Set (const IDFile &theDTD, IDocument *theDocument)=0 |
| virtual const IDFile & | GetDTDFile () const =0 |
| virtual IDocument * | GetDocument () 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 |
Data interface for loading an external DTD.
| pure virtual |
Accessor for the target document.
| pure virtual |
Accessor for the DTD file to load.
Specify the parameters necessary for loading a DTD.
| theDTD | identifies the DTD file to load |
| characterSize | identifies the character size used by the DTD file. Supported types are UTF-8, and UTF-16. |
| theDocument | identifies the document to import the DTD to. |