Package org.dtk.analysis.page

Examples of org.dtk.analysis.page.LocalWebPage


   * @param webPage - Instance of web page
   * @return Modules discovered and temporary packages
   * @throws IncorrectParameterException
   */
  protected ModuleAnalysis analyseModulesFromWebpage(String htmlContent)  {
    org.dtk.analysis.page.WebPage webPage = new LocalWebPage(htmlContent);
       
    return webPage;
  }
View Full Code Here

TOP

Related Classes of org.dtk.analysis.page.LocalWebPage

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.