fop 0.95

Uses of Interface
org.apache.fop.fo.FONode.FONodeIterator

Packages that use FONode.FONodeIterator
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
 class FObj.FObjIterator
           
 

Methods in org.apache.fop.fo that return FONode.FONodeIterator
 FONode.FONodeIterator FONode.getChildNodes()
          Return an iterator over all the child nodes of this FObj.
 FONode.FONodeIterator FObj.getChildNodes()
          Return an iterator over all the child nodes of this FObj.
 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)
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.