See: Description
| Interface | Description |
|---|---|
| ITextConverter |
Interface for converters which renders the internal node representation into
a string representation
|
| PlainTextConvertable |
| Class | Description |
|---|---|
| AbstractParser | |
| AbstractWikipediaParser | |
| Encoder |
Some helper methods for encoding strings to HTML, URL or local files system
names
|
| HTMLConverter |
A converter which renders the internal tree node representation as HTML text
|
| MagicWord |
See Help:Magic
words for a list of Mediawiki magic words.
|
| ParsedPageName |
Represents the result of parsing a (potential) page name.
|
| PDFConverter |
A converter which renders the internal node representation as HTML text with
<a> tags only rendered with the plain link title
|
| PlainTextConverter |
A converter which renders the internal tree node representation as plain text
without HTML tags and images
|
| SectionHeader |
A pair of
String's used for the creation of "table of contents" (TOC) |
| StringPair |
A pair of
String's used for the creation of "table of
contents" (TOC) |
| TemplateParser |
A template parser for the first pass in the parsing of a Wikipedia text
|
| Util | |
| WikipediaParser |
A Wikipedia syntax parser for the second pass in the parsing of a Wikipedia
source text.
|
| WikipediaPreTagParser |
A Wikipedia syntax parser for parsing in wiki preformatted blocks (rendered
as <pre>...</pre>)
|
| WikipediaScanner | |
| WikiTextReader | |
| WPCell |
Represents a single cell in a wiki table (i.e.
|
| WPList |
Represents a Wikipedia list.
|
| WPList.InternalList | |
| WPListElement |
Entry for a Wikipedia list string (i.e.
|
| WPRow |
Represents a single row in a wiki table (i.e.
|
| WPTable |
Represents a wiki table (i.e.
|
| Enum | Description |
|---|---|
| MagicWord.MagicWordE |
Type of storing user contributions in the DB.
|
| Exception | Description |
|---|---|
| InvalidPreWikiTag |
The
WikipediaPreTagParser throws this exception if the text line
which should be converted contains a tag which could not be rendered in a
PRE tag environment. |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.