IWikiModel interface.See: Description
| Interface | Description |
|---|---|
| IConfiguration |
Configuration interface for extensions similar to the Mediawiki
HTML styled tag extension,
template parser functions
and interwiki links
|
| IContext |
Interface for rendering a wiki model
|
| IEventListener |
A wiki event listener which will trigger the
on.... event
methods during the parsing process. |
| ITableOfContent |
Interface which must be implemented by the tag which renders the "table
of content"
|
| IWikiModel |
Interface for rendering a wiki model
|
| Class | Description |
|---|---|
| AbstractWikiModel |
Standard model implementation for the Wikipedia syntax.
|
| Configuration |
Common Configuration settings
|
| Counter | |
| DefaultEventListener |
A default wiki event listener implementation which will trigger the
on.... event methods during the parsing process. |
| ImageFormat |
Represents an [[Image:....]] wiki link with all the possible attributes.
|
| InterWiki | |
| InterWikiMap | |
| Reference |
Internal class for managing Footnotes
|
| SemanticAttribute |
A semantic web attribute
See Semantic
MediaWiki for more information.
|
| SemanticRelation |
A semantic web relation
See Semantic MediaWiki for more information.
|
| WikiModel |
Standard model implementation.
|
| Enum | Description |
|---|---|
| IConfiguration.Casing |
| Exception | Description |
|---|---|
| WikiModelContentException |
This exception will be thrown, if there's a problem in getting the raw wiki
text.
|
IWikiModel interface.Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.