Package org.wikipediacleaner.api.request.xml

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


      // Use __DISAMBIG__ magic word if possible
      WPCConfiguration config = wiki.getConfiguration();
      boolean useDisambig = config.getBoolean(
          WPCConfigurationBoolean.DAB_USE_DISAMBIG_MAGIC_WORD);
      if (useDisambig) {
        ApiPagePropsResult result = new ApiXmlPagePropsResult(wiki, httpClient);
        ApiPagePropsRequest request = new ApiPagePropsRequest(wiki, result);
        request.setDisambiguationStatus(pages);
        return;
      }
View Full Code Here

TOP

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

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.