public class HtmlWriter extends com.vladsch.flexmark.util.html.HtmlFormattingAppendableBase<HtmlWriter>
| Constructor and Description |
|---|
HtmlWriter(Appendable out) |
HtmlWriter(Appendable out,
int indentSize) |
HtmlWriter(Appendable out,
int indentSize,
boolean allFormatOptions) |
HtmlWriter(Appendable out,
int indentSize,
int formatOptions) |
HtmlWriter(Appendable out,
int indentSize,
int formatOptions,
boolean suppressOpenTagLine,
boolean suppressCloseTagLine) |
HtmlWriter(HtmlWriter other,
Appendable out,
boolean inheritIndent) |
| Modifier and Type | Method and Description |
|---|---|
NodeRendererContext |
getContext() |
HtmlWriter |
srcPos() |
HtmlWriter |
srcPos(com.vladsch.flexmark.util.sequence.BasedSequence sourceText) |
HtmlWriter |
srcPos(int startOffset,
int endOffset) |
HtmlWriter |
srcPosWithEOL() |
HtmlWriter |
srcPosWithEOL(com.vladsch.flexmark.util.sequence.BasedSequence sourceText) |
HtmlWriter |
srcPosWithTrailingEOL() |
HtmlWriter |
srcPosWithTrailingEOL(com.vladsch.flexmark.util.sequence.BasedSequence sourceText) |
HtmlWriter |
tag(CharSequence tagName,
boolean voidElement) |
HtmlWriter |
withAttr() |
HtmlWriter |
withAttr(AttributablePart part) |
HtmlWriter |
withAttr(LinkStatus status) |
HtmlWriter |
withAttr(ResolvedLink resolvedLink) |
addAfterEolRunnable, addLine, addPrefix, append, append, append, attr, attr, attr, blankLine, blankLine, blankLineIf, closeConditional, closePre, closePreFormatted, closeTag, flush, flush, flushWhitespaces, getAppendable, getAttributes, getIndent, getIndentPrefix, getIOException, getLineCount, getModCount, getOpenTags, getOpenTagsAfterLast, getOpenTagText, getOptions, getPendingEOL, getPrefix, getPushedPrefixCount, getText, getText, getTotalIndentPrefix, indent, inPre, isPendingEOL, isPendingSpace, isPreFormatted, isSuppressCloseTagLine, isSuppressOpenTagLine, lastOffset, lastOffset, line, line, lineIf, lineIf, offset, openConditional, openPre, openPreFormatted, popPrefix, popTag, pushPrefix, pushTag, raw, raw, rawIndentedPre, rawPre, repeat, repeat, repeat, setAttributes, setIndentOffset, setIndentPrefix, setOptions, setPrefix, setSuppressCloseTagLine, setSuppressOpenTagLine, tag, tag, tagClosed, tagIndent, tagLine, tagLine, tagLine, tagLineIndent, tagOpened, tagVoid, tagVoidLine, text, unIndent, willIndent, withCondIndent, withCondLinepublic HtmlWriter(Appendable out)
public HtmlWriter(HtmlWriter other, Appendable out, boolean inheritIndent)
public HtmlWriter(Appendable out, int indentSize)
public HtmlWriter(Appendable out, int indentSize, boolean allFormatOptions)
public HtmlWriter(Appendable out, int indentSize, int formatOptions)
public HtmlWriter(Appendable out, int indentSize, int formatOptions, boolean suppressOpenTagLine, boolean suppressCloseTagLine)
public NodeRendererContext getContext()
public HtmlWriter srcPos()
public HtmlWriter srcPosWithEOL()
public HtmlWriter srcPosWithTrailingEOL()
public HtmlWriter srcPos(com.vladsch.flexmark.util.sequence.BasedSequence sourceText)
public HtmlWriter srcPosWithEOL(com.vladsch.flexmark.util.sequence.BasedSequence sourceText)
public HtmlWriter srcPosWithTrailingEOL(com.vladsch.flexmark.util.sequence.BasedSequence sourceText)
public HtmlWriter srcPos(int startOffset, int endOffset)
public HtmlWriter withAttr()
withAttr in interface com.vladsch.flexmark.util.html.HtmlFormattingAppendablewithAttr in class com.vladsch.flexmark.util.html.HtmlFormattingAppendableBase<HtmlWriter>public HtmlWriter withAttr(AttributablePart part)
public HtmlWriter withAttr(LinkStatus status)
public HtmlWriter withAttr(ResolvedLink resolvedLink)
public HtmlWriter tag(CharSequence tagName, boolean voidElement)
tag in interface com.vladsch.flexmark.util.html.HtmlFormattingAppendabletag in class com.vladsch.flexmark.util.html.HtmlFormattingAppendableBase<HtmlWriter>Copyright © 2018. All rights reserved.