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 TypeMethodDescriptionvoidTableBlockParser.addLine(SourceLine line) private TableCellTableBlockParser.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 SourceLineModifierConstructorDescriptionprivateTableBlockParser(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.paragraphLinesMethods in org.commonmark.internal that return SourceLineMethods in org.commonmark.internal with parameters of type SourceLineModifier and TypeMethodDescriptionvoidDocumentBlockParser.addLine(SourceLine line) voidFencedCodeBlockParser.addLine(SourceLine line) voidHtmlBlockParser.addLine(SourceLine line) voidIndentedCodeBlockParser.addLine(SourceLine line) voidParagraphParser.addLine(SourceLine line) private static HeadingParserHeadingParser.getAtxHeading(SourceLine line) voidLinkReferenceDefinitionParser.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 SourceLineSourceLine.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 TypeMethodDescriptionvoidSourceLines.addLine(SourceLine sourceLine) static SourceLinesSourceLines.of(SourceLine sourceLine) Method parameters in org.commonmark.parser with type arguments of type SourceLineModifier and TypeMethodDescriptionstatic SourceLinesSourceLines.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 TypeMethodDescriptionvoidAbstractBlockParser.addLine(SourceLine line) voidBlockParser.addLine(SourceLine line) Add the part of a line that belongs to this block parser to parse (i.e.