org.apache.fop.fo.flow
Class FOCharIterator
- Cloneable, Iterator
public class FOCharIterator
Used by the RecursiveCharIterator to iterate over a Character
FOCharIterator
protected FOCharIterator(Character foChar)
Main constructor
hasNext
public boolean hasNext()
- hasNext in interface CharIterator
- true if this iterator has another character available
remove
public void remove()
Removes the child from the parent
- remove in interface CharIterator
replaceChar
public void replaceChar(char c)
Replaces the character with another one
- replaceChar in interface CharIterator
c
- the replacement character
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.