|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fo.CharIterator
org.apache.fop.fo.RecursiveCharIterator
org.apache.fop.fo.InlineCharIterator
public class 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 applied| Method Detail |
|---|
public boolean hasNext()
CharIterator
hasNext in interface java.util.IteratorhasNext in class RecursiveCharIterator
public char nextChar()
throws java.util.NoSuchElementException
RecursiveCharIterator
nextChar in class RecursiveCharIteratorjava.util.NoSuchElementException - if there are no more characters
|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||