com.esri.arcgis.addinframework
Interface IEnumNode

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumNodeProxy

public interface IEnumNode
extends Serializable

IEnumNode Interface


Method Summary
 void next(IXMLNode[] ppNode)
          Returns the next node in the collection.
 void reset()
          Resets the enumerator.
 

Method Detail

next

void next(IXMLNode[] ppNode)
          throws IOException,
                 AutomationException
Returns the next node in the collection.

Parameters:
ppNode - A reference to a com.esri.arcgis.addinframework.IXMLNode (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.