Uses of Interface
org.apache.fop.fo.FONode.FONodeIterator
-
Packages that use FONode.FONodeIterator Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. -
-
Uses of FONode.FONodeIterator in org.apache.fop.fo
Classes in org.apache.fop.fo that implement FONode.FONodeIterator Modifier and Type Class Description static class
FObj.FObjIterator
BasicFONode.FONodeIterator
implementationMethods in org.apache.fop.fo that return FONode.FONodeIterator 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.
-