|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fo.FObj.FObjIterator
public class FObj.FObjIterator
| Constructor Summary | |
|---|---|
protected |
FObj.FObjIterator(FObj parent)
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object o)
|
FONode |
firstNode()
Returns the first node in the list, and decreases the index, so that a subsequent call to hasPrevious() will return false |
boolean |
hasNext()
|
boolean |
hasPrevious()
|
FONode |
lastNode()
Returns the last node in the list, and advances the current position, so that a subsequent call to hasNext() will return false |
java.lang.Object |
next()
|
int |
nextIndex()
|
FONode |
nextNode()
Convenience method with return type of FONode (should be semantically equivalent to (FONode) next();) |
FObj |
parentNode()
Returns the parent node for this iterator's list of child nodes |
java.lang.Object |
previous()
|
int |
previousIndex()
|
FONode |
previousNode()
Convenience method with return type of FONode (should be semantically equivalent to (FONode) previous();) |
void |
remove()
|
void |
set(java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FObj.FObjIterator(FObj parent)
| Method Detail |
|---|
public FObj parentNode()
FONode.FONodeIterator
parentNode in interface FONode.FONodeIteratorFONodeIterator#parentNode()public java.lang.Object next()
next in interface java.util.Iteratornext in interface java.util.ListIteratorListIterator.next()public java.lang.Object previous()
previous in interface java.util.ListIteratorListIterator.previous()public void set(java.lang.Object o)
set in interface java.util.ListIteratorListIterator.set(Object)public void add(java.lang.Object o)
add in interface java.util.ListIteratorListIterator.add(Object)public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface java.util.ListIteratorListIterator.hasNext()public boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorListIterator.hasPrevious()public int nextIndex()
nextIndex in interface java.util.ListIteratorListIterator.nextIndex()public int previousIndex()
previousIndex in interface java.util.ListIteratorListIterator.previousIndex()public void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorListIterator.remove()public FONode lastNode()
FONode.FONodeIterator
lastNode in interface FONode.FONodeIteratorpublic FONode firstNode()
FONode.FONodeIterator
firstNode in interface FONode.FONodeIteratorpublic FONode nextNode()
FONode.FONodeIterator(FONode) next();)
nextNode in interface FONode.FONodeIteratorpublic FONode previousNode()
FONode.FONodeIterator(FONode) previous();)
previousNode in interface FONode.FONodeIterator
|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||