public interface HTMLTag
| Modifier and Type | Method and Description |
|---|---|
void |
close(TagNode node,
StringBuilder resultBuffer)
Write the closing wiki syntax for this tag to the result buffer
|
void |
content(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text.
|
void |
emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node, which has no children nodes into wiki text.
|
void |
open(TagNode node,
StringBuilder resultBuffer)
Write the opening wiki syntax for this tag to the result buffer
|
void close(TagNode node, StringBuilder resultBuffer)
node - resultBuffer - open(TagNode, StringBuilder)void emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, StringBuilder resultBuffer, boolean showWithoutTag)
html2WikiConverter - the converter which contains the special wiki tag conversion
rules.node - the current HTML node which should be converted to HTMLresultBuffer - the resulting HTML buffershowWithoutTag - if true don't call the open() and close() method for
this tagvoid content(AbstractHTMLToWiki html2WikiConverter, TagNode node, StringBuilder resultBuffer, boolean showWithoutTag)
html2WikiConverter - the converter which contains the special wiki tag conversion
rules.node - the current HTML node which should be converted to HTMLresultBuffer - the resulting HTML buffershowWithoutTag - if true don't call the open() and close() method for
this tagvoid open(TagNode node, StringBuilder resultBuffer)
node - resultBuffer - close(TagNode, StringBuilder)Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.