Package org.commonmark.parser
Parsing input text to AST nodes (see
Parser
)-
Interface Summary Interface Description InlineParser Parser for inline content (text, links, emphasized text, etc).InlineParserContext Context for inline parsing.InlineParserFactory Factory for custom inline parser.Parser.ParserExtension Extension forParser
.PostProcessor -
Class Summary Class Description Parser Parses input text to a tree of nodes.Parser.Builder Builder for configuring aParser
.SourceLine A line or part of a line from the input source.SourceLines A set of lines (SourceLine
) from the input source. -
Enum Summary Enum Description IncludeSourceSpans Whether to includeSourceSpan
or not while parsing, seeParser.Builder.includeSourceSpans(IncludeSourceSpans)
.