public abstract class ConvertEmptyHTMLTag extends AbstractHTMLTag
| Constructor and Description |
|---|
ConvertEmptyHTMLTag() |
ConvertEmptyHTMLTag(boolean noNewLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node, which has no children nodes into wiki text.
|
close, content, getFirstContent, openpublic ConvertEmptyHTMLTag()
public ConvertEmptyHTMLTag(boolean noNewLine)
public void emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, StringBuilder resultBuffer, boolean showWithoutTag)
HTMLTagemptyContent in interface HTMLTagemptyContent in class AbstractHTMLTaghtml2WikiConverter - 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 tagCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.