Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
FObj.FObjIterator |
Basic
FONode.FONodeIterator implementation |
Modifier and Type | Method | Description |
---|---|---|
FONode.FONodeIterator |
FObj.getChildNodes() |
Return an iterator over all the child nodes of this node.
|
FONode.FONodeIterator |
FObj.getChildNodes(FONode childNode) |
Return an iterator over the object's childNodes starting
at the passed-in node (= first call to iterator.next() will
return childNode)
|
FONode.FONodeIterator |
FONode.getChildNodes() |
Return an iterator over all the child nodes of this node.
|
FONode.FONodeIterator |
FONode.getChildNodes(FONode childNode) |
Return an iterator over the object's child nodes starting
at the passed node.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.