org.polliwog.utils
Class JoSQLIterator

java.lang.Object
  extended by org.polliwog.utils.ObjectIterator
      extended by org.polliwog.utils.JoSQLIterator
All Implemented Interfaces:
java.util.Iterator, PolliwogIterator

public class JoSQLIterator
extends ObjectIterator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.polliwog.utils.ObjectIterator
ObjectIterator.XMLConstants
 
Field Summary
 
Fields inherited from class org.polliwog.utils.ObjectIterator
objects
 
Constructor Summary
JoSQLIterator(org.jdom.Element root, VisitorEnvironment ve)
           
 
Method Summary
 void init(VisitorData vd)
           
 void remove()
           
 
Methods inherited from class org.polliwog.utils.ObjectIterator
hasNext, next, reset, setObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoSQLIterator

public JoSQLIterator(org.jdom.Element root,
                     VisitorEnvironment ve)
              throws org.jdom.JDOMException,
                     WeblogException
Throws:
org.jdom.JDOMException
WeblogException
Method Detail

init

public void init(VisitorData vd)
          throws WeblogException
Specified by:
init in interface PolliwogIterator
Overrides:
init in class ObjectIterator
Throws:
WeblogException

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
Overrides:
remove in class ObjectIterator


  Copyright © 2007 Gary Bentley. All Rights Reserved.