|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.CharIterator | +--org.apache.fop.fo.RecursiveCharIterator | +--org.apache.fop.fo.InlineCharIterator
A recursive char iterator that indicates boundaries by returning an EOT char.
Constructor Summary | |
InlineCharIterator(FObj fobj,
CommonBorderPaddingBackground bpb)
|
Method Summary | |
boolean |
hasNext()
|
char |
nextChar()
|
Methods inherited from class org.apache.fop.fo.RecursiveCharIterator |
clone, mark, remove, replaceChar |
Methods inherited from class org.apache.fop.fo.CharIterator |
next |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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 appliedMethod Detail |
public boolean hasNext()
hasNext
in class RecursiveCharIterator
public char nextChar() throws java.util.NoSuchElementException
nextChar
in class RecursiveCharIterator
java.util.NoSuchElementException
- if there are no more characters
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |