| Package | Description |
|---|---|
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| Modifier and Type | Field and Description |
|---|---|
ParserEmulationProfile |
ParserEmulationProfile.family |
protected ParserEmulationProfile |
ListOptions.myParserEmulationProfile |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<ParserEmulationProfile> |
Parser.PARSER_EMULATION_FAMILY
Deprecated.
|
static com.vladsch.flexmark.util.options.DataKey<ParserEmulationProfile> |
Parser.PARSER_EMULATION_PROFILE |
| Modifier and Type | Method and Description |
|---|---|
ParserEmulationProfile |
ListOptions.getParserEmulationProfile() |
static ParserEmulationProfile |
ParserEmulationProfile.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableListOptions |
MutableListOptions.setParserEmulationFamily(ParserEmulationProfile parserEmulationProfile) |
Copyright © 2018. All rights reserved.