public interface IArticleFilter
| Modifier and Type | Method and Description |
|---|---|
void |
process(WikiArticle article,
Siteinfo siteinfo)
Process a single Wikipedia article
|
void process(WikiArticle article, Siteinfo siteinfo) throws IOException
article - a Wikipedia articlesiteinfo - the site and namespace information found in the header of a
Mediawiki dump. Maybe nullIOException - throw an IOException for stopping the processingCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.