| Package | Description |
|---|---|
| org.commonmark.parser |
Parsing input text to AST nodes (see
Parser) |
| Modifier and Type | Method and Description |
|---|---|
static IncludeSourceSpans |
IncludeSourceSpans.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeSourceSpans[] |
IncludeSourceSpans.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Parser.Builder |
Parser.Builder.includeSourceSpans(IncludeSourceSpans includeSourceSpans)
Whether to calculate
SourceSpan for Node. |
Copyright © 2021. All rights reserved.