Class CharIterator
java.lang.Object
org.apache.fop.fo.CharIterator
- Direct Known Subclasses:
Character.FOCharIterator, FOText.TextCharIterator, NullCharIterator, OneCharIterator, RecursiveCharIterator, StringCharIterator
-
Constructor Details
-
CharIterator
public CharIterator()
-
-
Method Details
-
hasNext
-
nextChar
- Returns:
- the character that is the next character in the collection
- Throws:
NoSuchElementException- if there are no more characters (test for this condition with java.util.Iterator.hasNext()).
-
next
- Specified by:
nextin interfaceIterator- Throws:
NoSuchElementException
-
remove
-
replaceChar
public void replaceChar(char c) Replace the current character managed by the iterator with a specified character?- Parameters:
c- character
-
clone
-