| Package | Description |
|---|---|
| info.bliki.html.wikipedia |
The
ToWikipedia converter converts HTML source code to
the wiki syntax. |
| info.bliki.htmlcleaner |
Modified classes from the
htmlcleaner.sourceforge.net/ project.
|
| info.bliki.htmlcleaner.util | |
| info.bliki.wiki.filter |
Contains different type of wikipedia scanners and parsers.
|
| info.bliki.wiki.tags |
Contains the HTML tag classes which are created by the wikipedia parser and model.
|
| info.bliki.wiki.tags.extension |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLTag.close(TagNode node,
StringBuilder resultBuffer)
Write the closing wiki syntax for this tag to the result buffer
|
void |
NoOutputTag.close(TagNode node,
StringBuilder resultBuffer) |
void |
OpenCloseTag.close(TagNode node,
StringBuilder resultBuffer) |
void |
PreTag.close(TagNode node,
StringBuilder resultBuffer) |
void |
TableTag.close(TagNode node,
StringBuilder resultBuffer) |
void |
ATag.close(TagNode node,
StringBuilder resultBuffer) |
void |
AbstractHTMLTag.close(TagNode node,
StringBuilder resultBuffer) |
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) |
void |
TrTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
HTMLTag.open(TagNode node,
StringBuilder resultBuffer)
Write the opening wiki syntax for this tag to the result buffer
|
void |
CaptionTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
NoOutputTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
FontTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
OpenCloseHTMLTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
ThTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
OpenCloseTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
TdTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
PreTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
TableTag.open(TagNode node,
StringBuilder resultBuffer) |
void |
ATag.open(TagNode node,
StringBuilder resultBuffer) |
void |
AbstractHTMLTag.open(TagNode node,
StringBuilder resultBuffer) |
| Modifier and Type | Method and Description |
|---|---|
TagNode |
HtmlCleaner.getBodyNode() |
TagNode |
TagNode.getParent() |
TagNode |
TagNode.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlSerializer.createXml(TagNode tagNode) |
protected boolean |
XmlSerializer.dontEscape(TagNode tagNode) |
protected boolean |
XmlSerializer.isScriptOrStyle(TagNode tagNode) |
protected void |
SimpleXmlSerializer.serialize(TagNode tagNode) |
protected abstract void |
XmlSerializer.serialize(TagNode tagNode) |
protected void |
CompactXmlSerializer.serialize(TagNode tagNode) |
protected void |
PrettyXmlSerializer.serialize(TagNode tagNode) |
protected void |
XmlSerializer.serializeEndTag(TagNode tagNode) |
protected void |
XmlSerializer.serializeEndTag(TagNode tagNode,
boolean newLine) |
protected void |
XmlSerializer.serializeOpenTag(TagNode tagNode) |
protected void |
XmlSerializer.serializeOpenTag(TagNode tagNode,
boolean newLine) |
protected void |
PrettyXmlSerializer.serializePrettyXml(TagNode tagNode,
int level) |
void |
HtmlCleaner.setBodyNode(TagNode bodyNode) |
void |
TagNode.setParent(TagNode parent) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractHtmlExtractor.isFound(TagNode tagNode)
Append the content of the given
TagNode to the resultObject |
boolean |
HtmlFormExtractor.isFound(TagNode tagNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
WPList
Represents a Wikipedia list.
|
class |
WPTable
Represents a wiki table (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeAttribute |
Util.addAttributes(TagNode node,
String attributesString)
Scan the attributes string and add the attributes to the given node
|
void |
ITextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model)
Convert the imageTagNode into a given HTML string buffer
|
void |
HTMLConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model) |
void |
PlainTextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model) |
protected void |
HTMLConverter.nodeToHTML(TagNode node,
Appendable resultBuffer,
IWikiModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
ATag |
class |
HTMLBlockTag
A wiki tag that's partitioning the HTML document
|
class |
HTMLTag |
class |
IgnoreTag
Wiki tag which renders no HTML output.
|
class |
MathTag
Wiki tag rendering TeX math
|
class |
NowikiTag
Wiki tag for escaping the wiki syntax.
|
class |
PreTag
Wiki tag for the HTML
pre Tag. |
class |
PTag |
class |
ReferencesTag
Wiki tag for references <references />
See Footnotes
|
class |
RefTag
Wiki tag for references <ref>reference text...</ref>
See Footnotes
|
class |
SourceTag
Allows source code to be syntax highlighted on the wiki pages.
|
class |
TableOfContentTag
Wiki tag for rendering the "table of contents" inside a wikipedia
article
|
class |
TemplateTag
Wiki tag to indicate a template call.
|
class |
WPATag |
class |
WPBoldItalicTag
A special Wikipedia tag (i.e.
|
class |
WPParagraphTag |
class |
WPPreTag
A wiki block starting with a space on each line, rendered with the HTML
pre Tag |
class |
WPTag
A special Wikipedia tag (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChartTag
Wiki tag for the Google Chart
API
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.