com.esri.arcgis.geodatabasedistributed
Class IGdbXmlExportEventsAdapter
java.lang.Object
   com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEventsAdapter
com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEventsAdapter
- All Implemented Interfaces: 
- IGdbXmlExportEvents, Serializable, EventListener
- public class IGdbXmlExportEventsAdapter 
- extends Object- implements IGdbXmlExportEvents
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IGdbXmlExportEventsAdapter
public IGdbXmlExportEventsAdapter()
beforeStartElement
public void beforeStartElement(IGdbXmlExportEventsBeforeStartElementEvent theEvent)
                        throws IOException,
                               AutomationException
- Called before writing an XML workspace document.
  RemarksThe BeforeStartElement has methods to listen for events before the element is exported to Xml. Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
- Specified by:
- beforeStartElementin interface- IGdbXmlExportEvents
 
- 
- Parameters:
- theEvent- The event
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.
 
afterEndElement
public void afterEndElement(IGdbXmlExportEventsAfterEndElementEvent theEvent)
                     throws IOException,
                            AutomationException
- Called after writing an XML workspace document.
  RemarksThe AfterEndElement has methods to listen for events after the element is exported to Xml. Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
- Specified by:
- afterEndElementin interface- IGdbXmlExportEvents
 
- 
- Parameters:
- theEvent- The event
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.