![]() | InDesign SDK 20.5 |

Public Member Functions | |
| DataUpdaterExportHandler (IPMUnknown *boss) | |
| virtual bool16 | CanHandleElement (IIDXMLElement *element) |
| virtual bool16 | HandleElementBefore (IXMLOutStream *stream, IIDXMLElement *element) |
| virtual bool16 | HandleAfterNthChild (IXMLOutStream *stream, IIDXMLElement *element, int32 childIndex) |
| virtual bool16 | HandleElementAfter (IXMLOutStream *stream, IIDXMLElement *element) |
Public Member Functions inherited from CPMUnknown< IXMLExportHandler > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IXMLExportHandler | |
| enum | { kDefaultIID = IID_IXMLEXPORTHANDLER } |
Protected Member Functions inherited from CPMUnknown< IXMLExportHandler > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IXMLExportHandler > | |
| HelperInterface | fHelperInterface |
| virtual |
Called before element processed to determine whether this interface wants to handle it.
| element | specifies current node in structure tree during traversal |
Implements IXMLExportHandler.
| virtual |
Called after each child is processed. This is the place to do stuff in between child elements
| stream | specifies the stream out export the element to |
| element | specifies current node in structure tree during traversal |
| childIndex | index in parent of child |
Implements IXMLExportHandler.
| virtual |
Called after element processed. Use this to close the element after all of its children/content has been exported.
| stream | specifies the stream out export the element to |
| element | specifies current node in structure tree during traversal |
Implements IXMLExportHandler.
| virtual |
Called before element processed.
| stream | specifies the stream out export the element to |
| element | specifies current node in structure tree during traversal |
Implements IXMLExportHandler.