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.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.