Uses of Class
org.commonmark.parser.SourceLine
Packages that use SourceLine
Package
Description
Parsing input text to AST nodes (see
Parser
)Experimental APIs to use for extensions.
Types for extending block parsing
-
Uses of SourceLine in org.commonmark.ext.front.matter.internal
Methods in org.commonmark.ext.front.matter.internal with parameters of type SourceLine -
Uses of SourceLine in org.commonmark.ext.gfm.tables.internal
Fields in org.commonmark.ext.gfm.tables.internal with type parameters of type SourceLineMethods in org.commonmark.ext.gfm.tables.internal that return types with arguments of type SourceLineModifier and TypeMethodDescriptionprivate static List
<SourceLine> TableBlockParser.split
(SourceLine line) Methods in org.commonmark.ext.gfm.tables.internal with parameters of type SourceLineModifier and TypeMethodDescriptionvoid
TableBlockParser.addLine
(SourceLine line) private TableCell
TableBlockParser.parseCell
(SourceLine cell, int column, InlineParser inlineParser) private static List
<SourceLine> TableBlockParser.split
(SourceLine line) Constructors in org.commonmark.ext.gfm.tables.internal with parameters of type SourceLineModifierConstructorDescriptionprivate
TableBlockParser
(List<TableBlockParser.TableCellInfo> columns, SourceLine headerLine) -
Uses of SourceLine in org.commonmark.internal
Fields in org.commonmark.internal declared as SourceLineFields in org.commonmark.internal with type parameters of type SourceLineModifier and TypeFieldDescriptionprivate final List
<SourceLine> LinkReferenceDefinitionParser.paragraphLines
Methods in org.commonmark.internal that return SourceLineMethods in org.commonmark.internal with parameters of type SourceLineModifier and TypeMethodDescriptionvoid
DocumentBlockParser.addLine
(SourceLine line) void
FencedCodeBlockParser.addLine
(SourceLine line) void
HtmlBlockParser.addLine
(SourceLine line) void
IndentedCodeBlockParser.addLine
(SourceLine line) void
ParagraphParser.addLine
(SourceLine line) private static HeadingParser
HeadingParser.getAtxHeading
(SourceLine line) void
LinkReferenceDefinitionParser.parse
(SourceLine line) -
Uses of SourceLine in org.commonmark.parser
Fields in org.commonmark.parser with type parameters of type SourceLineMethods in org.commonmark.parser that return SourceLineModifier and TypeMethodDescriptionstatic SourceLine
SourceLine.of
(CharSequence content, SourceSpan sourceSpan) SourceLine.substring
(int beginIndex, int endIndex) Methods in org.commonmark.parser that return types with arguments of type SourceLineMethods in org.commonmark.parser with parameters of type SourceLineModifier and TypeMethodDescriptionvoid
SourceLines.addLine
(SourceLine sourceLine) static SourceLines
SourceLines.of
(SourceLine sourceLine) Method parameters in org.commonmark.parser with type arguments of type SourceLineModifier and TypeMethodDescriptionstatic SourceLines
SourceLines.of
(List<SourceLine> sourceLines) -
Uses of SourceLine in org.commonmark.parser.beta
Fields in org.commonmark.parser.beta declared as SourceLineFields in org.commonmark.parser.beta with type parameters of type SourceLineMethods in org.commonmark.parser.beta with parameters of type SourceLineConstructor parameters in org.commonmark.parser.beta with type arguments of type SourceLineModifierConstructorDescription(package private)
Scanner
(List<SourceLine> lines, int lineIndex, int index) -
Uses of SourceLine in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return SourceLineMethods in org.commonmark.parser.block with parameters of type SourceLineModifier and TypeMethodDescriptionvoid
AbstractBlockParser.addLine
(SourceLine line) void
BlockParser.addLine
(SourceLine line) Add the part of a line that belongs to this block parser to parse (i.e.