|
fop 0.94 | |||||||||
| 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.flow.FOCharIterator
public class FOCharIterator
Used by the RecursiveCharIterator to iterate over a Character
| Constructor Summary | |
|---|---|
protected |
FOCharIterator(Character foChar)
Main constructor |
| Method Summary | |
|---|---|
boolean |
hasNext()
|
char |
nextChar()
|
void |
remove()
Removes the child from the parent |
void |
replaceChar(char c)
Replaces the character with another one |
| Methods inherited from class org.apache.fop.fo.CharIterator |
|---|
clone, next |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FOCharIterator(Character foChar)
foChar - the FOCharacter| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in class CharIteratorIterator.hasNext()public char nextChar()
nextChar in class CharIteratorpublic void remove()
remove in interface java.util.Iteratorremove in class CharIteratorIterator.remove()public void replaceChar(char c)
replaceChar in class CharIteratorc - the replacement character
|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||