|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGdbXmlExportEvents
Provides access to callback events when exporting geodatabase to XML.
The IGdbXmlExportEvents has methods to callback events when exporting geodatbase to Xml.
Method Summary | |
---|---|
void |
afterEndElement(IGdbXmlExportEventsAfterEndElementEvent theEvent)
Called after writing an XML workspace document. |
void |
beforeStartElement(IGdbXmlExportEventsBeforeStartElementEvent theEvent)
Called before writing an XML workspace document. |
Method Detail |
---|
void beforeStartElement(IGdbXmlExportEventsBeforeStartElementEvent theEvent) throws IOException, AutomationException
The BeforeStartElement has methods to listen for events before the element is exported to Xml.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterEndElement(IGdbXmlExportEventsAfterEndElementEvent theEvent) throws IOException, AutomationException
The AfterEndElement has methods to listen for events after the element is exported to Xml.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |