fop 0.95 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.CharIterator
org.apache.fop.fo.RecursiveCharIterator
org.apache.fop.fo.InlineCharIterator
public class InlineCharIterator
extends RecursiveCharIterator
Constructor Summary | |
|
Methods inherited from class org.apache.fop.fo.RecursiveCharIterator | |
clone , hasNext , mark , nextChar , remove , replaceChar |
Methods inherited from class org.apache.fop.fo.CharIterator | |
clone , hasNext , next , nextChar , remove , replaceChar |
public InlineCharIterator(FObj fobj, CommonBorderPaddingBackground bpb)
- Parameters:
fobj
- the object for whose character contents and for whose descendant's character contents should be iteratedbpb
- the CommonBorderPaddingBackground properties to be applied
public boolean hasNext()
- Overrides:
- hasNext in interface RecursiveCharIterator
- Returns:
- true if there are more characters
public char nextChar() throws NoSuchElementException
- Overrides:
- nextChar in interface RecursiveCharIterator
- Returns:
- the next character
fop 0.95 |