public class HtmlParserOptions extends Object implements MutableDataSetter
| Modifier and Type | Field and Description |
|---|---|
boolean |
brAsExtraBlankLines |
boolean |
brAsParaBreaks |
String |
codeIndent |
int |
definitionMarkerSpaces |
boolean |
divAsParagraph |
boolean |
dotOnlyNumericLists |
String |
eolInTitleAttribute |
boolean |
extractAutoLinks |
boolean |
ignoreTableHeadingAfterRows |
boolean |
listContentIndent |
boolean |
listsEndOnDoubleBlank |
int |
minSetextHeadingMarkerLength |
String |
nbspText |
char |
orderedListDelimiter |
boolean |
outputAttributesIdAttr |
String |
outputAttributesNamesRegex |
Pattern |
outputAttributesNamesRegexPattern |
boolean |
outputUnknownTags |
boolean |
preCodePreserveEmphasis |
boolean |
renderComments |
boolean |
setextHeadings |
Map<Object,CellAlignment> |
tableCellAlignmentMap |
TableFormatOptions |
tableOptions |
String |
thematicBreak |
boolean |
typographicQuotes |
boolean |
typographicSmarts |
char |
unorderedListDelimiter |
boolean |
wrapAutoLinks |
| Modifier and Type | Method and Description |
|---|---|
MutableDataHolder |
setIn(MutableDataHolder dataHolder) |
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 preCodePreserveEmphasis
public boolean listsEndOnDoubleBlank
public boolean divAsParagraph
public boolean brAsParaBreaks
public boolean brAsExtraBlankLines
public boolean ignoreTableHeadingAfterRows
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 Map<Object,CellAlignment> tableCellAlignmentMap
public TableFormatOptions tableOptions
public MutableDataHolder setIn(MutableDataHolder dataHolder)
setIn in interface MutableDataSetterCopyright © 2018. All rights reserved.