com.sapportals.wcm.protocol.ice.protocol

Interface IICEItemIterator


public interface IICEItemIterator

IICEItemIterator is a generic iterator over ICEItem elements. Since we want to keep as few informations in memory as possible, ICEItem collections are defined by an IICEItemIterator.

See Also:
ICEItemCollection, ICEItemGroup,

Copyright 2004 SAP AG


Method Summary
 boolean hasNext()
          Returns true if the iteration has more elements.
 ICEItemBase next()
          Returns the next element in the iteration.
 

Method Detail

hasNext

boolean hasNext()
                throws SAXException
Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)

Returns:
true if the iterator has more elements.
Throws:
SAXException - on error (might wrap another exception)

next

ICEItemBase next()
                 throws SAXException
Returns the next element in the iteration.

Returns:
the next element in the iteration.
Throws:
SAXException - on error (might wrap another exception)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice