Package com.vladsch.flexmark.ast.util
Class TextCollectingVisitor
java.lang.Object
com.vladsch.flexmark.ast.util.TextCollectingVisitor
- Direct Known Subclasses:
TableTextCollectingVisitor
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.private final NodeVisitor
Deprecated.(package private) SequenceBuilder
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.collectAndGetSequence
(Node node) Deprecated.collectAndGetText
(Node node) Deprecated.protected static Class<?>[]
concatArrays
(Class<?>[]... classes) Deprecated.getText()
Deprecated.private void
visit
(HardLineBreak node) Deprecated.private void
visit
(HtmlEntity node) Deprecated.private void
Deprecated.private void
visit
(SoftLineBreak node) Deprecated.private void
Deprecated.private void
Deprecated.
-
Field Details
-
out
SequenceBuilder outDeprecated. -
myVisitor
Deprecated. -
myLineBreakNodes
Deprecated.
-
-
Constructor Details
-
TextCollectingVisitor
Deprecated.
-
-
Method Details
-
concatArrays
Deprecated. -
getText
Deprecated. -
collect
Deprecated. -
collectAndGetText
Deprecated. -
collectAndGetSequence
Deprecated. -
visit
Deprecated. -
visit
Deprecated. -
visit
Deprecated. -
visit
Deprecated. -
visit
Deprecated. -
visit
Deprecated.
-
TextCollectingVisitor
from the utils library