org.apache.fop.fo
Class CharIterator
java.lang.Object
org.apache.fop.fo.CharIterator
- Cloneable, Iterator
public abstract class CharIterator
extends java.lang.Object
implements Iterator, Cloneable
Abstract base class for iterators that should iterate through a series
of characters. Extends the java.util.Iterator interface with some
additional functions useful for FOP's management of text.
clone
public Object clone()
hasNext
public abstract boolean hasNext()
next
public Object next()
throws NoSuchElementException
nextChar
public abstract char nextChar()
throws NoSuchElementException
- the character that is the next character in the collection
remove
public void remove()
replaceChar
public void replaceChar(char c)
Replace the current character managed by the iterator with a specified
character?
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.