Uses of Class
org.apache.fop.fo.CharIterator
Packages that use CharIterator
Package
Description
Classes, constants and basic infrastructure for the FO tree.
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 CharIteratorModifier and TypeMethodDescriptionvoidDelimitedTextRange.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.foModifier and TypeClassDescriptionclassClass providing an iterator for zero characters.classClass providing an iterator for one character.classKind of a super-iterator that iterates through child nodes of an FONode, in turn managing character iterators for each of them.classClass providing an (FO flavored) char iterator for a string.Methods in org.apache.fop.fo that return CharIteratorModifier and TypeMethodDescriptionFObjMixed.charIterator()Returns aCharIteratorover this FO's character contentFONode.charIterator()Return aCharIteratorover all characters in this nodeFOText.charIterator()static CharIteratorNullCharIterator.getInstance()Obtain the singleton instance of the null character iterator.RecursiveCharIterator.mark() -
Uses of CharIterator in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return CharIteratorModifier and TypeMethodDescriptionBlock.charIterator()Returns aCharIteratorover this FO's character contentCharacter.charIterator()Return aCharIteratorover all characters in this node