Uses of Class
org.apache.fop.fo.CharIterator
-
Packages that use CharIterator Package Description org.apache.fop.complexscripts.bidi org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. -
-
Uses of CharIterator in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type CharIterator Modifier and Type Method Description void
DelimitedTextRange. append(CharIterator it, FONode fn)
Append interval using characters from character iterator IT. -
Uses of CharIterator in org.apache.fop.fo
Subclasses of CharIterator in org.apache.fop.fo Modifier and Type Class Description private class
FOText.TextCharIterator
class
NullCharIterator
Class providing an iterator for zero characters.class
OneCharIterator
Class providing an iterator for one character.class
RecursiveCharIterator
Kind of a super-iterator that iterates through child nodes of an FONode, in turn managing character iterators for each of them.class
StringCharIterator
Class providing an (FO flavored) char iterator for a string.Fields in org.apache.fop.fo declared as CharIterator Modifier and Type Field Description private CharIterator
RecursiveCharIterator. curCharIter
CharIterator for curChild's charactersprotected CharIterator
XMLWhiteSpaceHandler.PendingInline. firstTrailingWhiteSpace
private CharIterator
XMLWhiteSpaceHandler. firstWhiteSpaceInSeq
private static CharIterator
NullCharIterator. instance
Methods in org.apache.fop.fo that return CharIterator Modifier and Type Method Description CharIterator
FObjMixed. charIterator()
Returns aCharIterator
over this FO's character contentCharIterator
FONode. charIterator()
Return aCharIterator
over all characters in this nodeCharIterator
FOText. charIterator()
static CharIterator
NullCharIterator. getInstance()
Obtain the singleton instance of the null character iterator.CharIterator
RecursiveCharIterator. mark()
Constructors in org.apache.fop.fo with parameters of type CharIterator Constructor Description EOLchecker(CharIterator charIter)
PendingInline(CharIterator firstTrailingWhiteSpace)
-
Uses of CharIterator in org.apache.fop.fo.flow
Subclasses of CharIterator in org.apache.fop.fo.flow Modifier and Type Class Description private class
Character.FOCharIterator
Methods in org.apache.fop.fo.flow that return CharIterator Modifier and Type Method Description CharIterator
Block. charIterator()
Returns aCharIterator
over this FO's character contentCharIterator
Character. charIterator()
Return aCharIterator
over all characters in this node
-