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 TypeClassDescriptionprivate classclassClass 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.Fields in org.apache.fop.fo declared as CharIteratorModifier and TypeFieldDescriptionprivate CharIteratorRecursiveCharIterator.curCharIterCharIterator for curChild's charactersprotected CharIteratorXMLWhiteSpaceHandler.PendingInline.firstTrailingWhiteSpaceprivate CharIteratorXMLWhiteSpaceHandler.firstWhiteSpaceInSeqprivate static CharIteratorNullCharIterator.instanceMethods 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()Constructors in org.apache.fop.fo with parameters of type CharIteratorModifierConstructorDescription(package private)EOLchecker(CharIterator charIter) (package private)PendingInline(CharIterator firstTrailingWhiteSpace) -
Uses of CharIterator in org.apache.fop.fo.flow
Subclasses of CharIterator in org.apache.fop.fo.flowMethods 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