Package com.vladsch.flexmark.ast.util
Class TextCollectingVisitor
- java.lang.Object
-
- com.vladsch.flexmark.ast.util.TextCollectingVisitor
-
- Direct Known Subclasses:
TableTextCollectingVisitor
@Deprecated public class TextCollectingVisitor extends java.lang.Object
Deprecated.useTextCollectingVisitor
from the utils library
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.HashSet<java.lang.Class<?>>
myLineBreakNodes
Deprecated.private NodeVisitor
myVisitor
Deprecated.(package private) SequenceBuilder
out
Deprecated.
-
Constructor Summary
Constructors Constructor Description TextCollectingVisitor(java.lang.Class<?>... lineBreakNodes)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
collect(Node node)
Deprecated.BasedSequence
collectAndGetSequence(Node node)
Deprecated.java.lang.String
collectAndGetText(Node node)
Deprecated.protected static java.lang.Class<?>[]
concatArrays(java.lang.Class<?>[]... classes)
Deprecated.java.lang.String
getText()
Deprecated.private void
visit(HardLineBreak node)
Deprecated.private void
visit(HtmlEntity node)
Deprecated.private void
visit(Paragraph node)
Deprecated.private void
visit(SoftLineBreak node)
Deprecated.private void
visit(Text node)
Deprecated.private void
visit(TextBase node)
Deprecated.
-
-
-
Field Detail
-
out
SequenceBuilder out
Deprecated.
-
myVisitor
private final NodeVisitor myVisitor
Deprecated.
-
myLineBreakNodes
final java.util.HashSet<java.lang.Class<?>> myLineBreakNodes
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(SoftLineBreak node)
Deprecated.
-
visit
private void visit(HardLineBreak node)
Deprecated.
-
visit
private void visit(HtmlEntity node)
Deprecated.
-
visit
private void visit(Text node)
Deprecated.
-
visit
private void visit(TextBase node)
Deprecated.
-
-