Uses of Class
org.commonmark.parser.SourceLine
-
Packages that use SourceLine Package Description org.commonmark.ext.front.matter.internal org.commonmark.ext.gfm.tables.internal org.commonmark.internal org.commonmark.parser Parsing input text to AST nodes (seeParser)org.commonmark.parser.beta Experimental APIs to use for extensions.org.commonmark.parser.block 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 Modifier and Type Method Description voidYamlFrontMatterBlockParser. addLine(SourceLine line) -
Uses of SourceLine in org.commonmark.ext.gfm.tables.internal
Fields in org.commonmark.ext.gfm.tables.internal with type parameters of type SourceLine Modifier and Type Field Description private java.util.List<SourceLine>TableBlockParser. rowLinesMethods in org.commonmark.ext.gfm.tables.internal that return types with arguments of type SourceLine Modifier and Type Method Description private static java.util.List<SourceLine>TableBlockParser. split(SourceLine line)Methods in org.commonmark.ext.gfm.tables.internal with parameters of type SourceLine Modifier and Type Method Description voidTableBlockParser. addLine(SourceLine line)private TableCellTableBlockParser. parseCell(SourceLine cell, int column, InlineParser inlineParser)private static java.util.List<SourceLine>TableBlockParser. split(SourceLine line)Constructors in org.commonmark.ext.gfm.tables.internal with parameters of type SourceLine Constructor Description TableBlockParser(java.util.List<TableBlockParser.TableCellInfo> columns, SourceLine headerLine) -
Uses of SourceLine in org.commonmark.internal
Fields in org.commonmark.internal declared as SourceLine Modifier and Type Field Description private SourceLineDocumentParser. lineFields in org.commonmark.internal with type parameters of type SourceLine Modifier and Type Field Description private java.util.List<SourceLine>LinkReferenceDefinitionParser. paragraphLinesMethods in org.commonmark.internal that return SourceLine Modifier and Type Method Description SourceLineDocumentParser. getLine()Methods in org.commonmark.internal with parameters of type SourceLine Modifier and Type Method Description voidDocumentBlockParser. 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 SourceLine Modifier and Type Field Description private java.util.List<SourceLine>SourceLines. linesMethods in org.commonmark.parser that return SourceLine Modifier and Type Method Description static SourceLineSourceLine. of(java.lang.CharSequence content, SourceSpan sourceSpan)SourceLineSourceLine. substring(int beginIndex, int endIndex)Methods in org.commonmark.parser that return types with arguments of type SourceLine Modifier and Type Method Description java.util.List<SourceLine>SourceLines. getLines()Methods in org.commonmark.parser with parameters of type SourceLine Modifier and Type Method Description voidSourceLines. addLine(SourceLine sourceLine)static SourceLinesSourceLines. of(SourceLine sourceLine)Method parameters in org.commonmark.parser with type arguments of type SourceLine Modifier and Type Method Description static SourceLinesSourceLines. of(java.util.List<SourceLine> sourceLines) -
Uses of SourceLine in org.commonmark.parser.beta
Fields in org.commonmark.parser.beta declared as SourceLine Modifier and Type Field Description private SourceLineScanner. lineFields in org.commonmark.parser.beta with type parameters of type SourceLine Modifier and Type Field Description private java.util.List<SourceLine>Scanner. linesMethods in org.commonmark.parser.beta with parameters of type SourceLine Modifier and Type Method Description private voidScanner. setLine(SourceLine line)Constructor parameters in org.commonmark.parser.beta with type arguments of type SourceLine Constructor Description Scanner(java.util.List<SourceLine> lines, int lineIndex, int index) -
Uses of SourceLine in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return SourceLine Modifier and Type Method Description SourceLineParserState. getLine()Methods in org.commonmark.parser.block with parameters of type SourceLine Modifier and Type Method Description voidAbstractBlockParser. addLine(SourceLine line)voidBlockParser. addLine(SourceLine line)Add the part of a line that belongs to this block parser to parse (i.e.
-