|
fop 2.1 | |||||||||
| 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.StringCharIterator
public class StringCharIterator
Class providing an (FO flavored) char iterator for a string.
| Constructor Summary | |
|---|---|
StringCharIterator(java.lang.String s)
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 StringCharIterator(java.lang.String s)
c - the character that this iterator should iterate.| Method Detail |
|---|
public boolean hasNext()
CharIterator
hasNext in interface java.util.IteratorhasNext in class CharIterator
public char nextChar()
throws java.util.NoSuchElementException
nextChar in class CharIteratorjava.util.NoSuchElementException - if past the first character
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||