org.apache.cocoon.taglib.core
Interface ForEachSupport.ForEachIterator

All Known Implementing Classes:
ForEachSupport.SimpleForEachIterator
Enclosing interface:
ForEachSupport

protected static interface ForEachSupport.ForEachIterator


Method Summary
 boolean hasNext()
           
 Object next()
           
 

Method Detail

hasNext

public boolean hasNext()
                throws SAXException
Throws:
SAXException

next

public Object next()
            throws SAXException
Throws:
SAXException


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.