| Interface | Description |
|---|---|
| BlockParser |
Parser for a specific block node.
|
| BlockParserFactory |
Parser factory for a block node for determining when a block starts.
|
| BlockPreProcessor | |
| BlockPreProcessorFactory | |
| CharacterNodeFactory | |
| CustomBlockParserFactory |
Custom block parser factory to create parser instance specific block parser factory
|
| MatchedBlockParser |
Open block parser that was last matched during the continue phase.
|
| ParagraphPreProcessor | |
| ParagraphPreProcessorFactory | |
| 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.
|
| DocumentPostProcessor | |
| DocumentPostProcessorFactory | |
| NodePostProcessor | |
| NodePostProcessorFactory |
| Enum | Description |
|---|---|
| ParserPhase |
Current Parser Phase as the document is parsed.
|
Copyright © 2018. All rights reserved.