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

com.greenpepper.shaded.com.vladsch.flexmark.parser.InlineParserExtension Maven / Gradle / Ivy

package com.greenpepper.shaded.com.vladsch.flexmark.parser;

public interface InlineParserExtension {
    void finalizeDocument(final InlineParser inlineParser);
    void finalizeBlock(final InlineParser inlineParser);

    /**
     * Parse input
     *
     * @return true if character input was processed
     */
    boolean parse(InlineParser inlineParser);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy