| 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.model |
Model classes for rendering Wikipedia texts to HTML, PDF with the
IWikiModel interface. |
| info.bliki.wiki.tags |
Contains the HTML tag classes which are created by the wikipedia parser and model.
|
| info.bliki.wiki.tags.extension | |
| info.bliki.wiki.tags.util |
Helper classes for creating the internal DOM.
|
| Modifier and Type | Method and Description |
|---|---|
BaseToken |
AbstractHTMLTag.getFirstContent(List<Object> children,
String tagName)
Get the first ContentToken or TagNode with the given
tagName. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHTMLToWiki.nodesToPlainText(BaseToken node,
StringBuilder plainText) |
void |
IHTMLToWiki.nodesToPlainText(BaseToken node,
StringBuilder plainText)
Convert the given HTML
node into plainText |
void |
AbstractHTMLToWiki.nodeToWiki(BaseToken node,
StringBuilder wikiText) |
void |
IHTMLToWiki.nodeToWiki(BaseToken node,
StringBuilder wikiText)
Convert the given HTML
node into a wikiText |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentToken
HTML comment token.
|
class |
ContentToken
HTML text token.
|
class |
DoctypeToken
HTML doctype token.
|
class |
EndTagToken
HTML tag end token.
|
class |
TagNode
XML node node tag - it is produced during cleaning process when all start and
end tokens are removed and replaced by instances of TagNode.
|
class |
TagToken
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseToken> |
TagNode.getItemsToMove() |
List<BaseToken> |
HtmlCleaner.getNodeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagNode.addItemForMoving(BaseToken item) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagNode.setItemsToMove(List<BaseToken> itemsToMove) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHtmlExtractor.visitBaseToken(BaseToken node) |
| 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 |
|---|---|
void |
AbstractWikiModel.append(BaseToken contentNode) |
void |
IWikiModel.append(BaseToken contentNode)
Append the content as a child on the top node of the internal stack
|
| Modifier and Type | Class and Description |
|---|---|
class |
ATag |
class |
BrTag |
class |
HrTag |
class |
HTMLBlockTag
A wiki tag that's partitioning the HTML document
|
class |
HTMLEndTag |
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
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<BaseToken> |
TagStack.fNodeList
List of generated HTML/Wiki tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseToken> |
TagStack.getNodeList()
Return the internal list of nodes (size maybe 0)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagStack.append(BaseToken contentNode) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.