Package org.commonmark.parser.block
Types for extending block parsing
-
Interface Summary Interface Description BlockParser Parser for a specific block node.BlockParserFactory Parser factory for a block node for determining when a block starts.MatchedBlockParser Open block parser that was last matched during the continue phase.ParserState State of the parser that is used in block parsers. -
Class Summary Class Description AbstractBlockParser AbstractBlockParserFactory BlockContinue Result object for continuing parsing of a block, see static methods for constructors.BlockStart Result object for starting parsing of a block, see static methods for constructors.