|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.CharIterator
org.apache.fop.fo.OneCharIterator
Class providing an iterator for one character.
Constructor Summary | |
OneCharIterator(char c)
Constructor |
Method Summary | |
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 OneCharIterator(char c)
c
- the character that this iterator should iterate.Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class CharIterator
Iterator.hasNext()
public char nextChar() throws java.util.NoSuchElementException
nextChar
in class CharIterator
java.util.NoSuchElementException
- if past the first character
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |