All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.parser.block.ParserPhase Maven / Gradle / Ivy

Go to download

Core of flexmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)

The newest version!
package com.vladsch.flexmark.parser.block;

/**
 * Current Parser Phase as the document is parsed.
 *
 * 

This enum is not visible by clients.

*/ public enum ParserPhase { NONE, STARTING, PARSE_BLOCKS, PRE_PROCESS_PARAGRAPHS, PRE_PROCESS_BLOCKS, PARSE_INLINES, DONE, }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy