Package org.apache.fop.fo
Class XMLWhiteSpaceHandler.PendingInline
- java.lang.Object
-
- org.apache.fop.fo.XMLWhiteSpaceHandler.PendingInline
-
- Enclosing class:
- XMLWhiteSpaceHandler
private class XMLWhiteSpaceHandler.PendingInline extends java.lang.Object
Helper class to store unfinished inline nodes together with an iterator that starts at the first white-space character in the sequence of trailing white-space
-
-
Field Summary
Fields Modifier and Type Field Description protected CharIterator
firstTrailingWhiteSpace
-
Constructor Summary
Constructors Constructor Description PendingInline(CharIterator firstTrailingWhiteSpace)
-
-
-
Field Detail
-
firstTrailingWhiteSpace
protected CharIterator firstTrailingWhiteSpace
-
-
Constructor Detail
-
PendingInline
PendingInline(CharIterator firstTrailingWhiteSpace)
-
-