fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.CharIterator
org.apache.fop.fo.NullCharIterator
public class NullCharIterator
extends CharIterator
Constructor Summary | |
|
Method Summary | |
static CharIterator | |
boolean |
|
char |
|
Methods inherited from class org.apache.fop.fo.CharIterator | |
clone , hasNext , next , nextChar , remove , replaceChar |
public boolean hasNext()
- Overrides:
- hasNext in interface CharIterator
- See Also:
java.util.Iterator.hasNext()
public char nextChar() throws NoSuchElementException
- Overrides:
- nextChar in interface CharIterator
- See Also:
CharIterator.nextChar()
fop 0.94 |