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, replaceCharnextpublic 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()
CharIteratorhasNext in interface java.util.IteratorhasNext in class RecursiveCharIteratorpublic char nextChar()
throws java.util.NoSuchElementException
RecursiveCharIteratornextChar in class RecursiveCharIteratorjava.util.NoSuchElementException - if there are no more charactersCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.