fop 0.95

Uses of Class
org.apache.fop.fo.CharIterator

Packages that use CharIterator
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
 

Uses of CharIterator in org.apache.fop.fo
 

Subclasses of CharIterator in org.apache.fop.fo
 class InlineCharIterator
          A recursive char iterator that indicates boundaries by returning an EOT char.
 class NullCharIterator
          Class providing an iterator for zero characters.
 class OneCharIterator
          Class providing an iterator for one character.
 class RecursiveCharIterator
          Kind of a super-iterator that iterates through child nodes of an FONode, in turn managing character iterators for each of them.
 

Methods in org.apache.fop.fo that return CharIterator
 CharIterator FONode.charIterator()
           
 CharIterator FOText.charIterator()
           
 CharIterator FObjMixed.charIterator()
           
static CharIterator NullCharIterator.getInstance()
           
 CharIterator RecursiveCharIterator.mark()
           
 

Uses of CharIterator in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return CharIterator
 CharIterator Block.charIterator()
          
 CharIterator Character.charIterator()
          
 


fop 0.95

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