Class TextCollectingVisitor

    • Field Detail

      • myVisitor

        private final NodeVisitor myVisitor
        Deprecated.
      • myLineBreakNodes

        final java.util.HashSet<java.lang.Class<?>> myLineBreakNodes
        Deprecated.
    • Constructor Detail

      • TextCollectingVisitor

        public TextCollectingVisitor​(java.lang.Class<?>... lineBreakNodes)
        Deprecated.
    • Method Detail

      • concatArrays

        protected static java.lang.Class<?>[] concatArrays​(java.lang.Class<?>[]... classes)
        Deprecated.
      • getText

        public java.lang.String getText()
        Deprecated.
      • collect

        public void collect​(Node node)
        Deprecated.
      • collectAndGetText

        public java.lang.String collectAndGetText​(Node node)
        Deprecated.
      • collectAndGetSequence

        public BasedSequence collectAndGetSequence​(Node node)
        Deprecated.
      • visit

        private void visit​(Paragraph node)
        Deprecated.
      • visit

        private void visit​(HtmlEntity node)
        Deprecated.
      • visit

        private void visit​(Text node)
        Deprecated.
      • visit

        private void visit​(TextBase node)
        Deprecated.