| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
WPTable |
WikipediaScanner.wpTable(ITableOfContent tableOfContentTag)
Scan a wikipedia table.
|
| Modifier and Type | Method and Description |
|---|---|
ITableOfContent |
AbstractWikiModel.appendHead(String rawHead,
int headLevel,
boolean noToC,
int headCounter,
int startPosition,
int endPosition)
Append a new head to the table of content
|
ITableOfContent |
IWikiModel.appendHead(String rawHead,
int headLevel,
boolean noToC,
int headCounter,
int startPosition,
int endPosition)
Add a single wiki head (i.e.
|
ITableOfContent |
AbstractWikiModel.createTableOfContent(boolean isTOCIdentifier) |
ITableOfContent |
IWikiModel.createTableOfContent(boolean isTOCIdentifier)
Create the "table of content" placeholder
|
ITableOfContent |
AbstractWikiModel.getTableOfContent() |
ITableOfContent |
IWikiModel.getTableOfContent()
Get the parsed "table of content" data after parsing the
Wikipedia text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableOfContentTag
Wiki tag for rendering the "table of contents" inside a wikipedia
article
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.