public abstract class HtmlNodeConverterSubContext extends Object implements HtmlNodeConverterContext
| Modifier and Type | Field and Description |
|---|---|
protected HtmlMarkdownWriter |
markdown |
| Constructor and Description |
|---|
HtmlNodeConverterSubContext(@NotNull HtmlMarkdownWriter markdown) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushTo(@NotNull Appendable out,
int maxTrailingBlankLines) |
void |
flushTo(@NotNull Appendable out,
int maxBlankLines,
int maxTrailingBlankLines) |
@NotNull HtmlMarkdownWriter |
getMarkdown() |
@Nullable org.jsoup.nodes.Node |
getRenderingNode() |
void |
setRenderingNode(@Nullable org.jsoup.nodes.Node renderingNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendOuterHtml, delegateRender, escapeSpecialChars, excludeAttributes, getCurrentNode, getDocument, getExternalReferences, getForDocument, getFormattingPhase, getHtmlConverterOptions, getOptions, getOrCreateReference, getReferenceUrlToReferenceMap, getState, getStateStack, getSubContext, getSubContext, getSubContext, inlineCode, isInlineCode, isTrace, next, next, outputAttributes, parseMarkdown, peek, peek, popState, prepareText, prepareText, processAttributes, processConditional, processTextNodes, processTextNodes, processTextNodes, processTextNodes, processUnwrapped, processWrapped, pushState, render, renderChildren, renderDefault, resolveLink, resolveLink, setInlineCode, setTrace, skip, skip, transferIdToParent, transferToParentExcept, transferToParentOnly, wrapTextNodesprotected final HtmlMarkdownWriter markdown
public HtmlNodeConverterSubContext(@NotNull
@NotNull HtmlMarkdownWriter markdown)
@Nullable public @Nullable org.jsoup.nodes.Node getRenderingNode()
public void setRenderingNode(@Nullable
@Nullable org.jsoup.nodes.Node renderingNode)
@NotNull public @NotNull HtmlMarkdownWriter getMarkdown()
getMarkdown in interface HtmlNodeConverterContextLineAppendable writer to usepublic void flushTo(@NotNull
@NotNull Appendable out,
int maxTrailingBlankLines)
public void flushTo(@NotNull
@NotNull Appendable out,
int maxBlankLines,
int maxTrailingBlankLines)
Copyright © 2020. All rights reserved.