Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
FObj.FObjIterator
Basic
FONode.FONodeIterator implementation |
Modifier and Type | Method and Description |
---|---|
FONode.FONodeIterator |
FONode.getChildNodes()
Return an iterator over all the child nodes of this node.
|
FONode.FONodeIterator |
FObj.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.
|
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)
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.