Examples of normalizeTitle()


Examples of org.wikipediacleaner.api.constants.EnumWikipedia.normalizeTitle()

   * @param pageName Page name.
   */
  protected void setPageName(String pageName) {
    EnumWikipedia wikipedia = getWikipedia();
    if (wikipedia != null) {
      this.pageName = wikipedia.normalizeTitle(pageName);
    } else {
      this.pageName = pageName;
    }
  }

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.