| 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 | 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.
|
Copyright © 2021. All rights reserved.