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

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

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 - 2025 Weber Informatics LLC | Privacy Policy