Package org.wikipediacleaner.api.request.xml

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


   * @param wiki Wiki.
   * @throws APIException
   * @see <a href="http://www.mediawiki.org/wiki/API:Meta#siteinfo_.2F_si">API:Meta</a>
   */
  private void loadSiteInfo(EnumWikipedia wiki) throws APIException {
    ApiSiteInfoResult result = new ApiXmlSiteInfoResult(wiki, httpClient);
    ApiSiteInfoRequest request = new ApiSiteInfoRequest(wiki, result);
    request.loadSiteInformation(true, true, true, true, true, true);
  }
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.api.request.xml.ApiXmlSiteInfoResult

Copyright © 2018 www.massapicom. 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.