Examples of ApiXmlSearchResult


Examples of org.wikipediacleaner.api.request.xml.ApiXmlSearchResult

   * @see <a href="http://www.mediawiki.org/wiki/API:Search">API:Search</a>
   */
  public void retrieveSimilarPages(
      EnumWikipedia wiki, Page page, boolean limit)
      throws APIException {
    ApiSearchResult result = new ApiXmlSearchResult(wiki, httpClient);
    ApiSearchRequest request = new ApiSearchRequest(wiki, result);
    request.searchSimilarPages(page, limit);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.