Package org.commonmark.parser
Interface InlineParserFactory
-
public interface InlineParserFactory
Factory for custom inline parser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InlineParser
create(InlineParserContext inlineParserContext)
Create anInlineParser
to use for parsing inlines.
-
-
-
Method Detail
-
create
InlineParser create(InlineParserContext inlineParserContext)
Create anInlineParser
to use for parsing inlines. This is called once per parsed document.
-
-