Examples of retrieveSections()


Examples of org.wikipediacleaner.api.request.ApiParseRequest.retrieveSections()

   */
  public List<Section> retrieveSections(
      EnumWikipedia wiki, Page page) throws APIException {
    ApiParseResult result = new ApiXmlParseResult(wiki, httpClient);
    ApiParseRequest request = new ApiParseRequest(wiki, result);
    return request.retrieveSections(page);
  }

  // ==========================================================================
  // API : Purging pages' caches.
  // ==========================================================================
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.