|
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 FOCharacterMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class CharIterator
Iterator.hasNext()
public char nextChar()
nextChar
in class CharIterator
public void remove()
remove
in interface java.util.Iterator
remove
in class CharIterator
Iterator.remove()
public void replaceChar(char c)
replaceChar
in class CharIterator
c
- the replacement character
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |