|
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.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 class CharIterator
public char nextChar() throws java.util.NoSuchElementException
nextChar
in class CharIterator
java.util.NoSuchElementException
- if past the first character
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |