|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base iterator interface over a FO's children
Method Summary | |
FONode |
firstNode()
Returns the first node in the list, and decreases the index, so that a subsequent call to hasPrevious() will return false |
FONode |
lastNode()
Returns the last node in the list, and advances the current position, so that a subsequent call to hasNext() will return false |
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 |
FONode |
previousNode()
Convenience method with return type of FONode (should be semantically equivalent to (FONode) previous(); ) |
Methods inherited from interface java.util.ListIterator |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
public FObj parentNode()
public FONode nextNode()
(FONode) next();
)
public FONode previousNode()
(FONode) previous();
)
public FONode firstNode()
NoSuchElementException
- if the list is emptypublic FONode lastNode()
NoSuchElementException
- if the list is empty
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |