Class HtmlMarkdownWriter

  • All Implemented Interfaces:
    com.vladsch.flexmark.util.sequence.LineAppendable, Appendable, Iterable<com.vladsch.flexmark.util.sequence.LineInfo>

    public class HtmlMarkdownWriter
    extends com.vladsch.flexmark.util.format.MarkdownWriterBase<HtmlMarkdownWriter,​org.jsoup.nodes.Node,​HtmlNodeConverterContext>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vladsch.flexmark.util.sequence.LineAppendable

        com.vladsch.flexmark.util.sequence.LineAppendable.Options
    • Field Summary

      • Fields inherited from class com.vladsch.flexmark.util.format.MarkdownWriterBase

        appendable, context
      • Fields inherited from interface com.vladsch.flexmark.util.sequence.LineAppendable

        ALLOW_LEADING_EOL, ALLOW_LEADING_WHITESPACE, COLLAPSE_WHITESPACE, CONVERT_TABS, F_COLLAPSE_WHITESPACE, F_CONVERT_TABS, F_FORMAT_ALL, F_PASS_THROUGH, F_PREFIX_PRE_FORMATTED, F_TRIM_LEADING_EOL, F_TRIM_LEADING_WHITESPACE, F_TRIM_TRAILING_WHITESPACE, F_WHITESPACE_REMOVAL, FORMAT_ALL, O_COLLAPSE_WHITESPACE, O_CONVERT_TABS, O_FORMAT_ALL, O_PASS_THROUGH, O_PREFIX_PRE_FORMATTED, O_TRIM_LEADING_EOL, O_TRIM_LEADING_WHITESPACE, O_TRIM_TRAILING_WHITESPACE, PASS_THROUGH, PREFIX_PRE_FORMATTED, TRIM_LEADING_WHITESPACE, TRIM_TRAILING_WHITESPACE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull HtmlMarkdownWriter getEmptyAppendable()  
      @NotNull com.vladsch.flexmark.util.sequence.BasedSequence lastBlockQuoteChildPrefix​(com.vladsch.flexmark.util.sequence.BasedSequence prefix)  
      • Methods inherited from class com.vladsch.flexmark.util.format.MarkdownWriterBase

        addIndentOnFirstEOL, addPrefix, addPrefix, append, append, append, append, append, appendTo, blankLine, blankLine, blankLineIf, changeOptions, closePreFormatted, column, endsWithEOL, getAfterEolPrefixDelta, getBeforeEolPrefix, getBuilder, getContext, getIndentPrefix, getLine, getLineCount, getLineCountWithPending, getLineInfo, getLines, getLinesInfo, getOptions, getOptionSet, getPendingEOL, getPendingSpace, getPrefix, getTrailingBlankLines, indent, insertLine, isPendingSpace, isPreFormatted, iterator, line, lineIf, lineOnFirstText, lineWithTrailingSpaces, offset, offsetWithPending, openPreFormatted, popOptions, popPrefix, popPrefix, pushOptions, pushPrefix, removeExtraBlankLines, removeIndentOnFirstEOL, removeLines, setContext, setIndentPrefix, setLine, setOptions, setPrefix, setPrefix, setPrefixLength, tailBlankLine, tailBlankLine, toSequence, toString, toString, unIndent, unIndentNoEol
      • Methods inherited from interface com.vladsch.flexmark.util.sequence.LineAppendable

        addOptions, append, append, appendAll, appendTo, appendTo, appendTo, appendTo, appendToSilently, appendToSilently, appendToSilently, appendToSilently, clearLineOnFirstText, copyAppendable, copyAppendable, copyAppendable, copyAppendable, copyAppendable, get, getLineContent, getLinePrefix, getLines, getLines, getLines, getLines, getLinesInfo, getLinesInfo, getTrailingBlankLines, isEmpty, isNotEmpty, noPreserveSpaces, noTrimLeading, preserveSpaces, removeExtraBlankLines, removeOptions, setLineOnFirstText, setOptions, setOptions, toSequence, toSequence, toSequence, toSequence, toString, toString, toString, toString, trimLeading
    • Constructor Detail

      • HtmlMarkdownWriter

        public HtmlMarkdownWriter()
      • HtmlMarkdownWriter

        public HtmlMarkdownWriter​(int formatOptions)
      • HtmlMarkdownWriter

        public HtmlMarkdownWriter​(@Nullable
                                  @Nullable Appendable builder,
                                  int formatOptions)
    • Method Detail

      • lastBlockQuoteChildPrefix

        @NotNull
        public @NotNull com.vladsch.flexmark.util.sequence.BasedSequence lastBlockQuoteChildPrefix​(com.vladsch.flexmark.util.sequence.BasedSequence prefix)
        Specified by:
        lastBlockQuoteChildPrefix in class com.vladsch.flexmark.util.format.MarkdownWriterBase<HtmlMarkdownWriter,​org.jsoup.nodes.Node,​HtmlNodeConverterContext>