Class XMLWhiteSpaceHandler.PendingInline

java.lang.Object
org.apache.fop.fo.XMLWhiteSpaceHandler.PendingInline
Enclosing class:
XMLWhiteSpaceHandler

private class XMLWhiteSpaceHandler.PendingInline extends 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 Details

    • firstTrailingWhiteSpace

      protected CharIterator firstTrailingWhiteSpace
  • Constructor Details

    • PendingInline

      PendingInline(CharIterator firstTrailingWhiteSpace)