Uses of Class
org.commonmark.parser.SourceLines
Packages that use SourceLines
Package
Description
Parsing input text to AST nodes (see
Parser)Experimental APIs to use for extensions.
Types for extending block parsing
-
Uses of SourceLines in org.commonmark.internal
Fields in org.commonmark.internal declared as SourceLinesMethods in org.commonmark.internal that return SourceLinesModifier and TypeMethodDescriptionDocumentParser.MatchedBlockParserImpl.getParagraphLines()(package private) SourceLinesLinkReferenceDefinitionParser.getParagraphLines()ParagraphParser.getParagraphLines()Methods in org.commonmark.internal with parameters of type SourceLinesModifier and TypeMethodDescriptionvoidInlineParserImpl.parse(SourceLines lines, Node block) Parse content in block into inline children, appending them to the block node.(package private) voidInlineParserImpl.reset(SourceLines lines) private TextInlineParserImpl.text(SourceLines sourceLines) Constructors in org.commonmark.internal with parameters of type SourceLines -
Uses of SourceLines in org.commonmark.parser
Methods in org.commonmark.parser that return SourceLinesModifier and TypeMethodDescriptionstatic SourceLinesSourceLines.empty()static SourceLinesSourceLines.of(List<SourceLine> sourceLines) static SourceLinesSourceLines.of(SourceLine sourceLine) Methods in org.commonmark.parser with parameters of type SourceLines -
Uses of SourceLines in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return SourceLinesMethods in org.commonmark.parser.beta with parameters of type SourceLines -
Uses of SourceLines in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return SourceLinesModifier and TypeMethodDescriptionMatchedBlockParser.getParagraphLines()Returns the current paragraph lines if the matched block is a paragraph.