| 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.
|
| info.bliki.wiki.tags.extension |
| Modifier and Type | Class and Description |
|---|---|
class |
WPList
Represents a Wikipedia list.
|
class |
WPTable
Represents a wiki table (i.e.
|
| Modifier and Type | Field and Description |
|---|---|
protected static HTMLTag |
AbstractWikipediaParser.BOLD |
protected static HTMLTag |
AbstractWikipediaParser.BOLDITALIC |
protected static HTMLTag |
AbstractWikipediaParser.ITALIC |
| Modifier and Type | Field and Description |
|---|---|
static HTMLTag |
Configuration.HTML_ABBR_OPEN |
static HTMLTag |
Configuration.HTML_BIG_OPEN |
static HTMLTag |
Configuration.HTML_BLOCKQUOTE_OPEN |
static HTMLTag |
Configuration.HTML_BOLD_OPEN |
static HTMLTag |
Configuration.HTML_CAPTION_OPEN |
static HTMLTag |
Configuration.HTML_CENTER_OPEN |
static HTMLTag |
Configuration.HTML_CITE_OPEN |
static HTMLTag |
Configuration.HTML_CODE_OPEN |
static HTMLTag |
Configuration.HTML_DD_OPEN |
static HTMLTag |
Configuration.HTML_DEL_OPEN |
static HTMLTag |
Configuration.HTML_DIV_OPEN |
static HTMLTag |
Configuration.HTML_DL_OPEN |
static HTMLTag |
Configuration.HTML_EM_OPEN |
static HTMLTag |
Configuration.HTML_FONT_OPEN |
static HTMLTag |
Configuration.HTML_H1_OPEN |
static HTMLTag |
Configuration.HTML_H2_OPEN |
static HTMLTag |
Configuration.HTML_H3_OPEN |
static HTMLTag |
Configuration.HTML_H4_OPEN |
static HTMLTag |
Configuration.HTML_H5_OPEN |
static HTMLTag |
Configuration.HTML_H6_OPEN |
static HTMLTag |
Configuration.HTML_ITALIC_OPEN |
static HTMLTag |
Configuration.HTML_LI_OPEN |
static HTMLTag |
Configuration.HTML_OL_OPEN |
static HTMLTag |
Configuration.HTML_PARAGRAPH_OPEN |
static HTMLTag |
Configuration.HTML_PRE_OPEN |
static HTMLTag |
Configuration.HTML_Q_OPEN |
static HTMLTag |
Configuration.HTML_RP_OPEN |
static HTMLTag |
Configuration.HTML_RT_OPEN |
static HTMLTag |
Configuration.HTML_RUBY_OPEN |
static HTMLTag |
Configuration.HTML_S_OPEN |
static HTMLTag |
Configuration.HTML_SMALL_OPEN |
static HTMLTag |
Configuration.HTML_SPAN_OPEN |
static HTMLTag |
Configuration.HTML_STRIKE_OPEN |
static HTMLTag |
Configuration.HTML_STRONG_OPEN |
static HTMLTag |
Configuration.HTML_SUB_OPEN |
static HTMLTag |
Configuration.HTML_SUP_OPEN |
static HTMLTag |
Configuration.HTML_TABLE_OPEN |
static HTMLTag |
Configuration.HTML_TD_OPEN |
static HTMLTag |
Configuration.HTML_TH_OPEN |
static HTMLTag |
Configuration.HTML_TR_OPEN |
static HTMLTag |
Configuration.HTML_TT_OPEN |
static HTMLTag |
Configuration.HTML_UL_OPEN |
static HTMLTag |
Configuration.HTML_UNDERLINE_OPEN |
static HTMLTag |
Configuration.HTML_VAR_OPEN |
| Modifier and Type | Class and Description |
|---|---|
class |
ATag |
class |
HTMLBlockTag
A wiki tag that's partitioning the HTML document
|
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 | Method and Description |
|---|---|
HTMLTag |
HTMLTag.getDefaultParentTag()
Use this tag if no parent tag was found on the wiki model's tag stack.
|
HTMLTag |
HTMLBlockTag.getDefaultParentTag()
Use this tag if no parent tag was found on the wiki model's tag stack.
|
| Constructor and Description |
|---|
HTMLBlockTag(String name,
String allowedParents,
HTMLTag defaultParentTag) |
| 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.