Package org.apache.fop.fo.flow
Class Character.FOCharIterator
- java.lang.Object
-
- org.apache.fop.fo.CharIterator
-
- org.apache.fop.fo.flow.Character.FOCharIterator
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Iterator
- Enclosing class:
- Character
private class Character.FOCharIterator extends CharIterator
-
-
Constructor Summary
Constructors Constructor Description FOCharIterator(Character foChar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()charnextChar()voidremove()voidreplaceChar(char c)Replace the current character managed by the iterator with a specified character?-
Methods inherited from class org.apache.fop.fo.CharIterator
clone, next
-
-
-
-
Field Detail
-
bFirst
private boolean bFirst
-
foChar
private Character foChar
-
-
Constructor Detail
-
FOCharIterator
FOCharIterator(Character foChar)
-
-
Method Detail
-
hasNext
public boolean hasNext()
Description copied from class:CharIterator- Specified by:
hasNextin interfacejava.util.Iterator- Specified by:
hasNextin classCharIterator
-
nextChar
public char nextChar()
- Specified by:
nextCharin classCharIterator- Returns:
- the character that is the next character in the collection
-
remove
public void remove()
Description copied from class:CharIterator- Specified by:
removein interfacejava.util.Iterator- Overrides:
removein classCharIterator
-
replaceChar
public void replaceChar(char c)
Description copied from class:CharIteratorReplace the current character managed by the iterator with a specified character?- Overrides:
replaceCharin classCharIterator- Parameters:
c- character
-
-