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

Public Types | |
| enum | { kDefaultIID = IID_IXMLIMPORTERDOM } |
Public Member Functions | |
| virtual void | SetDocumentDOM (IIDXMLDOMDocument *document)=0 |
| virtual IIDXMLDOMDocument * | GetDocumentDOM () 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 |
Used as a storage class to hold a pointer to an IIDXMLDOMDocument object. This class owns the pointer once it takes control. Clients can ask for a pointer to the data but they are expected to NOT delete that pointer.
| pure virtual |
Get a pointer to the current IIDXMLDOMDocument
| pure virtual |
Set the current IIDXMLDOMDocument
| document | - Pointer to the object NOTE: This class will own the pointer from Now on. |