@Deprecated public class HtmlParserOptions extends Object implements com.vladsch.flexmark.util.data.MutableDataSetter
| Modifier and Type | Field and Description |
|---|---|
boolean |
addTrailingEol
Deprecated.
|
boolean |
brAsExtraBlankLines
Deprecated.
|
boolean |
brAsParaBreaks
Deprecated.
|
String |
codeIndent
Deprecated.
|
boolean |
commentOriginalNonNumericListItem
Deprecated.
|
int |
definitionMarkerSpaces
Deprecated.
|
boolean |
divAsParagraph
Deprecated.
|
boolean |
dotOnlyNumericLists
Deprecated.
|
String |
eolInTitleAttribute
Deprecated.
|
ExtensionConversion |
extInlineCode
Deprecated.
|
ExtensionConversion |
extInlineDel
Deprecated.
|
ExtensionConversion |
extInlineEmphasis
Deprecated.
|
LinkConversion |
extInlineImage
Deprecated.
|
ExtensionConversion |
extInlineIns
Deprecated.
|
LinkConversion |
extInlineLink
Deprecated.
|
ExtensionConversion |
extInlineStrong
Deprecated.
|
ExtensionConversion |
extInlineSub
Deprecated.
|
ExtensionConversion |
extInlineSup
Deprecated.
|
ExtensionConversion |
extMath
Deprecated.
|
boolean |
extractAutoLinks
Deprecated.
|
ExtensionConversion |
extTables
Deprecated.
|
boolean |
ignoreTableHeadingAfterRows
Deprecated.
|
boolean |
listContentIndent
Deprecated.
|
boolean |
listsEndOnDoubleBlank
Deprecated.
|
int |
minSetextHeadingMarkerLength
Deprecated.
|
String |
nbspText
Deprecated.
|
char |
orderedListDelimiter
Deprecated.
|
boolean |
outputAttributesIdAttr
Deprecated.
|
String |
outputAttributesNamesRegex
Deprecated.
|
Pattern |
outputAttributesNamesRegexPattern
Deprecated.
|
String |
outputIdAttributeRegex
Deprecated.
|
Pattern |
outputIdAttributeRegexPattern
Deprecated.
|
boolean |
outputUnknownTags
Deprecated.
|
boolean |
preCodePreserveEmphasis
Deprecated.
|
boolean |
renderComments
Deprecated.
|
boolean |
setextHeadings
Deprecated.
|
boolean |
skipAttributes
Deprecated.
|
boolean |
skipCharEscape
Deprecated.
|
boolean |
skipFencedCode
Deprecated.
|
boolean |
skipHeading1
Deprecated.
|
boolean |
skipHeading2
Deprecated.
|
boolean |
skipHeading3
Deprecated.
|
boolean |
skipHeading4
Deprecated.
|
boolean |
skipHeading5
Deprecated.
|
boolean |
skipHeading6
Deprecated.
|
boolean |
skipInlineCode
Deprecated.
|
boolean |
skipInlineDel
Deprecated.
|
boolean |
skipInlineEmphasis
Deprecated.
|
boolean |
skipInlineIns
Deprecated.
|
boolean |
skipInlineStrong
Deprecated.
|
boolean |
skipInlineSub
Deprecated.
|
boolean |
skipInlineSup
Deprecated.
|
boolean |
skipLinks
Deprecated.
|
Map<Object,com.vladsch.flexmark.util.html.CellAlignment> |
tableCellAlignmentMap
Deprecated.
|
com.vladsch.flexmark.util.format.TableFormatOptions |
tableOptions
Deprecated.
|
String |
thematicBreak
Deprecated.
|
boolean |
typographicQuotes
Deprecated.
|
boolean |
typographicSmarts
Deprecated.
|
char |
unorderedListDelimiter
Deprecated.
|
boolean |
wrapAutoLinks
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.data.MutableDataHolder |
setIn(com.vladsch.flexmark.util.data.MutableDataHolder dataHolder)
Deprecated.
|
public boolean listContentIndent
public boolean setextHeadings
public boolean outputUnknownTags
public boolean typographicQuotes
public boolean typographicSmarts
public boolean outputAttributesIdAttr
public boolean wrapAutoLinks
public boolean extractAutoLinks
public boolean renderComments
public boolean dotOnlyNumericLists
public boolean commentOriginalNonNumericListItem
public boolean preCodePreserveEmphasis
public boolean listsEndOnDoubleBlank
public boolean divAsParagraph
public boolean brAsParaBreaks
public boolean brAsExtraBlankLines
public boolean ignoreTableHeadingAfterRows
public boolean addTrailingEol
public boolean skipInlineStrong
public boolean skipInlineEmphasis
public boolean skipInlineCode
public boolean skipInlineDel
public boolean skipInlineIns
public boolean skipInlineSub
public boolean skipInlineSup
public boolean skipHeading1
public boolean skipHeading2
public boolean skipHeading3
public boolean skipHeading4
public boolean skipHeading5
public boolean skipHeading6
public boolean skipAttributes
public boolean skipFencedCode
public boolean skipLinks
public boolean skipCharEscape
public ExtensionConversion extInlineStrong
public ExtensionConversion extInlineEmphasis
public ExtensionConversion extInlineCode
public ExtensionConversion extInlineDel
public ExtensionConversion extInlineIns
public ExtensionConversion extInlineSub
public ExtensionConversion extInlineSup
public ExtensionConversion extMath
public ExtensionConversion extTables
public LinkConversion extInlineLink
public LinkConversion extInlineImage
public char orderedListDelimiter
public char unorderedListDelimiter
public int definitionMarkerSpaces
public int minSetextHeadingMarkerLength
public String codeIndent
public String eolInTitleAttribute
public String nbspText
public String thematicBreak
public String outputAttributesNamesRegex
public Pattern outputAttributesNamesRegexPattern
public String outputIdAttributeRegex
public Pattern outputIdAttributeRegexPattern
public Map<Object,com.vladsch.flexmark.util.html.CellAlignment> tableCellAlignmentMap
public com.vladsch.flexmark.util.format.TableFormatOptions tableOptions
Copyright © 2019. All rights reserved.