|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITableOfContent | |
---|---|
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. |
Uses of ITableOfContent in info.bliki.wiki.filter |
---|
Methods in info.bliki.wiki.filter with parameters of type ITableOfContent | |
---|---|
WPTable |
WikipediaScanner.wpTable(ITableOfContent tableOfContentTag)
Scan a wikipedia table. |
Uses of ITableOfContent in info.bliki.wiki.model |
---|
Methods in info.bliki.wiki.model that return ITableOfContent | |
---|---|
ITableOfContent |
IWikiModel.appendHead(java.lang.String rawHead,
int headLevel,
boolean noToC,
int headCounter)
Deprecated. |
ITableOfContent |
AbstractWikiModel.appendHead(java.lang.String rawHead,
int headLevel,
boolean noToC,
int headCounter)
Add a single wiki head (i.e. ==...==, ===...===, ====...====,...) to the table of content |
ITableOfContent |
IWikiModel.appendHead(java.lang.String rawHead,
int headLevel,
boolean noToC,
int headCounter,
int startPosition,
int endPosition)
Add a single wiki head (i.e. ==...==, ===...===, ====...====,...) to the table of content |
ITableOfContent |
AbstractWikiModel.appendHead(java.lang.String rawHead,
int headLevel,
boolean noToC,
int headCounter,
int startPosition,
int endPosition)
Append a new head to the table of content |
ITableOfContent |
IWikiModel.createTableOfContent(boolean isTOCIdentifier)
Create the "table of content" placeholder |
ITableOfContent |
AbstractWikiModel.createTableOfContent(boolean isTOCIdentifier)
|
ITableOfContent |
IWikiModel.getTableOfContent()
Get the parsed "table of content" data after parsing the Wikipedia text. |
ITableOfContent |
AbstractWikiModel.getTableOfContent()
Get the parsed "table of content" data after parsing the Wikipedia text. |
Uses of ITableOfContent in info.bliki.wiki.tags |
---|
Classes in info.bliki.wiki.tags that implement ITableOfContent | |
---|---|
class |
TableOfContentTag
Wiki tag for rendering the "table of contents" inside a wikipedia article |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |