|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.polliwog.utils.ObjectIterator
public class ObjectIterator
| Nested Class Summary | |
|---|---|
class |
ObjectIterator.XMLConstants
|
| Field Summary | |
|---|---|
protected java.util.List |
objects
|
| Constructor Summary | |
|---|---|
ObjectIterator(org.jdom.Element root,
VisitorEnvironment ve)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
void |
init(VisitorData vd)
|
java.lang.Object |
next()
|
void |
remove()
|
void |
reset()
|
protected void |
setObjects(java.util.List objs)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List objects
| Constructor Detail |
|---|
public ObjectIterator(org.jdom.Element root,
VisitorEnvironment ve)
throws org.jdom.JDOMException,
WeblogException
org.jdom.JDOMException
WeblogException| Method Detail |
|---|
public java.lang.Object next()
next in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void reset()
reset in interface PolliwogIteratorprotected void setObjects(java.util.List objs)
public void init(VisitorData vd)
throws WeblogException
init in interface PolliwogIteratorWeblogExceptionpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||