Examples of parseText()


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

   */
  public String parseText(
      EnumWikipedia wiki, String title, String text) throws APIException {
    ApiParseResult result = new ApiXmlParseResult(wiki, httpClient);
    ApiParseRequest request = new ApiParseRequest(wiki, result);
    return request.parseText(title, text);
  }

  /**
   * Retrieve list of sections.
   * (<code>action=parse</code>).
 
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.