Class FOText.TextCharIterator

java.lang.Object
org.apache.fop.fo.CharIterator
org.apache.fop.fo.FOText.TextCharIterator
All Implemented Interfaces:
Cloneable, Iterator
Enclosing class:
FOText

private class FOText.TextCharIterator extends CharIterator
  • Field Details

    • currentPosition

      private int currentPosition
    • canRemove

      private boolean canRemove
    • canReplace

      private boolean canReplace
  • Constructor Details

    • TextCharIterator

      public TextCharIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator
      Specified by:
      hasNext in class CharIterator
    • nextChar

      public char nextChar()
      Specified by:
      nextChar in class CharIterator
      Returns:
      the character that is the next character in the collection
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator
      Overrides:
      remove in class CharIterator
    • replaceChar

      public void replaceChar(char c)
      Replace the current character managed by the iterator with a specified character?
      Overrides:
      replaceChar in class CharIterator
      Parameters:
      c - character