| Package | Description |
|---|---|
| info.bliki.html.wikipedia |
The
ToWikipedia converter converts HTML source code to
the wiki syntax. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToWikipedia |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLTag.content(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text.
|
void |
NoOutputTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
FontTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
ListTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
OpenCloseTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
PreTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
ImgTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
ATag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
AbstractHTMLTag.content(AbstractHTMLToWiki w,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
HTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node, which has no children nodes into wiki text.
|
void |
ConvertEmptyHTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
void |
AbstractHTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
StringBuilder resultBuffer,
boolean showWithoutTag) |
List<String> |
ListTag.getListLines(String listChar,
AbstractHTMLToWiki w,
TagNode listNode) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.