Uses of Class
com.vladsch.flexmark.parser.ParserEmulationProfile
-
Packages that use ParserEmulationProfile Package Description com.vladsch.flexmark.ext.definition.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
-
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.ext.definition.internal
Fields in com.vladsch.flexmark.ext.definition.internal declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfile
DefinitionOptions. myParserEmulationProfile
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfile
FormatterOptions. emulationProfile
Fields in com.vladsch.flexmark.formatter with type parameters of type ParserEmulationProfile Modifier and Type Field Description static DataKey<ParserEmulationProfile>
Formatter. FORMATTER_EMULATION_PROFILE
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfile
ParserEmulationProfile. family
protected @NotNull ParserEmulationProfile
ListOptions. myParserEmulationProfile
Fields in com.vladsch.flexmark.parser with type parameters of type ParserEmulationProfile Modifier and Type Field Description static DataKey<ParserEmulationProfile>
Parser. PARSER_EMULATION_PROFILE
Methods in com.vladsch.flexmark.parser that return ParserEmulationProfile Modifier and Type Method Description @NotNull ParserEmulationProfile
ListOptions. getParserEmulationProfile()
static ParserEmulationProfile
ParserEmulationProfile. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParserEmulationProfile[]
ParserEmulationProfile. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile Modifier and Type Method Description @NotNull MutableListOptions
MutableListOptions. setParserEmulationFamily(@NotNull ParserEmulationProfile parserEmulationProfile)
Constructors in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile Constructor Description ParserEmulationProfile(ParserEmulationProfile family)
-