| 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.util |
Helper classes for creating the internal DOM.
|
| Modifier and Type | Method and Description |
|---|---|
TagStack |
WPListElement.getTagStack() |
TagStack |
WPCell.getTagStack() |
static TagStack |
WikipediaParser.parseRecursive(String rawWikitext,
IWikiModel wikiModel,
boolean createOnlyLocalStack,
boolean noTOC)
Call the parser on the subsequent recursion levels, where the subtexts
(of templates, table cells, list items or image captions) don't contain a
table of contents (TOC)
Note: the wiki model doesn't call the
setUp() or
tearDown() methods for the subsequent recursive parser
steps. |
static TagStack |
WikipediaPreTagParser.parseRecursive(String rawWikitext,
IWikiModel wikiModel,
boolean createOnlyLocalStack,
boolean noTOC)
Call the parser on the subsequent recursion levels, where the subtexts (of
templates, table cells, list items or image captions) don't contain a table
of contents (TOC)
Note: the wiki model doesn't call the
setUp() or
tearDown() methods for the subsequent recursive parser steps. |
protected TagStack |
AbstractWikipediaParser.parseRecursiveInternal(IWikiModel wikiModel,
boolean createOnlyLocalStack,
boolean noTOC) |
TagStack |
WikipediaPreTagParser.parseRecursiveInternal(IWikiModel wikiModel,
boolean createOnlyLocalStack,
boolean noTOC) |
| Modifier and Type | Field and Description |
|---|---|
protected TagStack |
AbstractWikiModel.fTagStack |
| Modifier and Type | Method and Description |
|---|---|
TagStack |
AbstractWikiModel.swapStack(TagStack stack) |
TagStack |
IWikiModel.swapStack(TagStack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWikiModel.appendStack(TagStack stack) |
void |
IWikiModel.appendStack(TagStack stack)
Append the given tag stack to the current tag stack of the model.
|
TagStack |
AbstractWikiModel.swapStack(TagStack stack) |
TagStack |
IWikiModel.swapStack(TagStack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagStack.append(TagStack stack) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.