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.ObjectDeprecated.useTextCollectingVisitorfrom the utils library
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.HashSet<java.lang.Class<?>>myLineBreakNodesDeprecated.private NodeVisitormyVisitorDeprecated.(package private) SequenceBuilderoutDeprecated.
-
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 voidcollect(Node node)Deprecated.BasedSequencecollectAndGetSequence(Node node)Deprecated.java.lang.StringcollectAndGetText(Node node)Deprecated.protected static java.lang.Class<?>[]concatArrays(java.lang.Class<?>[]... classes)Deprecated.java.lang.StringgetText()Deprecated.private voidvisit(HardLineBreak node)Deprecated.private voidvisit(HtmlEntity node)Deprecated.private voidvisit(Paragraph node)Deprecated.private voidvisit(SoftLineBreak node)Deprecated.private voidvisit(Text node)Deprecated.private voidvisit(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.
-
-