public class ListTag extends AbstractHTMLTag
fconvertPlainText| Modifier and Type | Method and Description |
|---|---|
void |
content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text.
|
List<String> |
getListLines(String listChar,
AbstractHTMLToWiki w,
TagNode listNode) |
close, emptyContent, getFirstContent, openpublic ListTag(String listChar)
public List<String> getListLines(String listChar, AbstractHTMLToWiki w, TagNode listNode)
public void content(AbstractHTMLToWiki w, TagNode node, StringBuilder resultBuffer, boolean showWithoutTag)
HTMLTagcontent in interface HTMLTagcontent in class AbstractHTMLTagw - 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.