Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • firstTrailingWhiteSpace

        protected CharIterator firstTrailingWhiteSpace
    • Constructor Detail

      • PendingInline

        PendingInline​(CharIterator firstTrailingWhiteSpace)