Uses of Class
org.commonmark.node.SourceSpan
Packages that use SourceSpan
Package
Description
AST node types (see
Node
) and visitors (see AbstractVisitor
)Parsing input text to AST nodes (see
Parser
)Types for extending block parsing
-
Uses of SourceSpan in org.commonmark.ext.autolink.internal
Methods in org.commonmark.ext.autolink.internal with parameters of type SourceSpanModifier and TypeMethodDescriptionprivate static Text
AutolinkPostProcessor.createTextNode
(String literal, org.nibor.autolink.Span span, SourceSpan sourceSpan) -
Uses of SourceSpan in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type SourceSpanModifier and TypeFieldDescriptionprivate final List
<SourceSpan> LinkReferenceDefinitionParser.sourceSpans
Methods in org.commonmark.internal that return types with arguments of type SourceSpanModifier and TypeMethodDescription(package private) List
<SourceSpan> LinkReferenceDefinitionParser.getParagraphSourceSpans()
Methods in org.commonmark.internal with parameters of type SourceSpanModifier and TypeMethodDescriptionvoid
LinkReferenceDefinitionParser.addSourceSpan
(SourceSpan sourceSpan) void
ParagraphParser.addSourceSpan
(SourceSpan sourceSpan) -
Uses of SourceSpan in org.commonmark.node
Fields in org.commonmark.node with type parameters of type SourceSpanModifier and TypeFieldDescriptionprivate List
<SourceSpan> Node.sourceSpans
private List
<SourceSpan> SourceSpans.sourceSpans
Methods in org.commonmark.node that return SourceSpanModifier and TypeMethodDescriptionstatic SourceSpan
SourceSpan.of
(int lineIndex, int columnIndex, int length) Deprecated.static SourceSpan
SourceSpan.of
(int line, int col, int input, int length) SourceSpan.subSpan
(int beginIndex) SourceSpan.subSpan
(int beginIndex, int endIndex) Methods in org.commonmark.node that return types with arguments of type SourceSpanMethods in org.commonmark.node with parameters of type SourceSpanModifier and TypeMethodDescriptionvoid
Node.addSourceSpan
(SourceSpan sourceSpan) Add a source span to the end of the list.Method parameters in org.commonmark.node with type arguments of type SourceSpanModifier and TypeMethodDescriptionvoid
SourceSpans.addAll
(List<SourceSpan> other) void
Node.setSourceSpans
(List<SourceSpan> sourceSpans) Replace the current source spans with the provided list. -
Uses of SourceSpan in org.commonmark.parser
Fields in org.commonmark.parser declared as SourceSpanMethods in org.commonmark.parser that return SourceSpanMethods in org.commonmark.parser that return types with arguments of type SourceSpanMethods in org.commonmark.parser with parameters of type SourceSpanModifier and TypeMethodDescriptionstatic SourceLine
SourceLine.of
(CharSequence content, SourceSpan sourceSpan) Constructors in org.commonmark.parser with parameters of type SourceSpan -
Uses of SourceSpan in org.commonmark.parser.block
Methods in org.commonmark.parser.block with parameters of type SourceSpanModifier and TypeMethodDescriptionvoid
AbstractBlockParser.addSourceSpan
(SourceSpan sourceSpan) void
BlockParser.addSourceSpan
(SourceSpan sourceSpan) Add a source span of the currently parsed block.
of(int, int, int, int)
} instead to also specify input index.