|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FONode.FONodeIterator
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 (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 (semantically equivalent to: (FONode) previous(); ) |
Methods inherited from interface java.util.ListIterator |
---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
---|
FObj parentNode()
FONode nextNode()
(FONode) next();
)
FONode previousNode()
(FONode) previous();
)
FONode firstNode()
hasPrevious()
will
return false
FONode lastNode()
hasNext()
will return false
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |