|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.CharIterator | +--org.apache.fop.fo.NullCharIterator
Class providing an iterator for zero characters. Used by the Block FO.
Constructor Summary | |
NullCharIterator()
Constructor |
Method Summary | |
static CharIterator |
getInstance()
|
boolean |
hasNext()
|
char |
nextChar()
|
Methods inherited from class org.apache.fop.fo.CharIterator |
clone, next, remove, replaceChar |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullCharIterator()
Method Detail |
public static CharIterator getInstance()
public boolean hasNext()
hasNext
in class CharIterator
Iterator.hasNext()
public char nextChar() throws java.util.NoSuchElementException
nextChar
in class CharIterator
CharIterator.nextChar()
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |