Uses of Interface
org.commonmark.parser.beta.InlineContentParserFactory
-
Packages that use InlineContentParserFactory Package Description org.commonmark.internal org.commonmark.internal.inline org.commonmark.parser Parsing input text to AST nodes (seeParser) -
-
Uses of InlineContentParserFactory in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type InlineContentParserFactory Modifier and Type Field Description private java.util.List<InlineContentParserFactory>DocumentParser. inlineContentParserFactoriesprivate java.util.List<InlineContentParserFactory>InlineParserContextImpl. inlineContentParserFactoriesprivate java.util.List<InlineContentParserFactory>InlineParserImpl. inlineContentParserFactoriesMethods in org.commonmark.internal that return types with arguments of type InlineContentParserFactory Modifier and Type Method Description private java.util.List<InlineContentParserFactory>InlineParserImpl. calculateInlineContentParserFactories(java.util.List<InlineContentParserFactory> customFactories)java.util.List<InlineContentParserFactory>InlineParserContextImpl. getCustomInlineContentParserFactories()Method parameters in org.commonmark.internal with type arguments of type InlineContentParserFactory Modifier and Type Method Description private java.util.List<InlineContentParserFactory>InlineParserImpl. calculateInlineContentParserFactories(java.util.List<InlineContentParserFactory> customFactories)private static java.util.BitSetInlineParserImpl. calculateSpecialCharacters(java.util.BitSet linkMarkers, java.util.Set<java.lang.Character> delimiterCharacters, java.util.List<InlineContentParserFactory> inlineContentParserFactories)Constructor parameters in org.commonmark.internal with type arguments of type InlineContentParserFactory Constructor Description InlineParserContextImpl(java.util.List<InlineContentParserFactory> inlineContentParserFactories, java.util.List<DelimiterProcessor> delimiterProcessors, java.util.List<LinkProcessor> linkProcessors, java.util.Set<java.lang.Character> linkMarkers, Definitions definitions) -
Uses of InlineContentParserFactory in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement InlineContentParserFactory Modifier and Type Class Description static classAutolinkInlineParser.Factorystatic classBackslashInlineParser.Factorystatic classBackticksInlineParser.Factorystatic classEntityInlineParser.Factorystatic classHtmlInlineParser.Factory -
Uses of InlineContentParserFactory in org.commonmark.parser
Fields in org.commonmark.parser with type parameters of type InlineContentParserFactory Modifier and Type Field Description private java.util.List<InlineContentParserFactory>Parser.Builder. inlineContentParserFactoriesprivate java.util.List<InlineContentParserFactory>Parser. inlineContentParserFactoriesMethods in org.commonmark.parser that return types with arguments of type InlineContentParserFactory Modifier and Type Method Description java.util.List<InlineContentParserFactory>InlineParserContext. getCustomInlineContentParserFactories()Methods in org.commonmark.parser with parameters of type InlineContentParserFactory Modifier and Type Method Description Parser.BuilderParser.Builder. customInlineContentParserFactory(InlineContentParserFactory inlineContentParserFactory)Add a factory for a custom inline content parser, for extending inline parsing or overriding built-in parsing.
-