| Package | Description |
|---|---|
| info.bliki.wiki.dump |
Process an XML Wikipedia dump with the WikiXMLParser class
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintArticle
Example filter which prints the rendered HTML articles to System.out
The number of processed articles is limited by a maximum counter
|
| Constructor and Description |
|---|
WikiXMLParser(File filename,
IArticleFilter filter) |
WikiXMLParser(InputStream inputStream,
IArticleFilter filter) |
WikiXMLParser(Reader reader,
IArticleFilter filter) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.