| Package | Description |
|---|---|
| org.commonmark.parser |
Parsing input text to AST nodes (see
Parser) |
| org.commonmark.parser.block |
Types for extending block parsing
|
| Modifier and Type | Method and Description |
|---|---|
static SourceLine |
SourceLine.of(CharSequence content,
SourceSpan sourceSpan) |
SourceLine |
SourceLine.substring(int beginIndex,
int endIndex) |
| Modifier and Type | Method and Description |
|---|---|
List<SourceLine> |
SourceLines.getLines() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceLines.addLine(SourceLine sourceLine) |
static SourceLines |
SourceLines.of(SourceLine sourceLine) |
| Modifier and Type | Method and Description |
|---|---|
static SourceLines |
SourceLines.of(List<SourceLine> sourceLines) |
| Modifier and Type | Method and Description |
|---|---|
SourceLine |
ParserState.getLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockParser.addLine(SourceLine line) |
void |
AbstractBlockParser.addLine(SourceLine line) |
Copyright © 2021. All rights reserved.