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