org.apache.fop.fo
public class InlineCharIterator extends RecursiveCharIterator
Constructor and Description |
---|
InlineCharIterator(FObj fobj,
CommonBorderPaddingBackground bpb) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
char |
nextChar() |
clone, mark, remove, replaceChar
next
public InlineCharIterator(FObj fobj, CommonBorderPaddingBackground bpb)
fobj
- the object for whose character contents and for whose
descendant's character contents should be iteratedbpb
- the CommonBorderPaddingBackground properties to be appliedpublic boolean hasNext()
CharIterator
hasNext
in interface java.util.Iterator
hasNext
in class RecursiveCharIterator
public char nextChar() throws java.util.NoSuchElementException
RecursiveCharIterator
nextChar
in class RecursiveCharIterator
java.util.NoSuchElementException
- if there are no more charactersCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.