| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.fo.CharIteratororg.apache.fop.fo.RecursiveCharIteratororg.apache.fop.fo.InlineCharIteratorpublic class InlineCharIteratorextends RecursiveCharIteratorConstructor 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.94 |