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

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

protected static interface ForEachSupport.ForEachIterator


Method Summary
 boolean hasNext()
           
 Object next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws SAXException
Throws:
SAXException

next

Object next()
            throws SAXException
Throws:
SAXException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.