Uses of Class
org.encog.bot.browse.WebPage

Packages that use WebPage
org.encog.bot.browse   
org.encog.bot.browse.range   
 

Uses of WebPage in org.encog.bot.browse
 

Methods in org.encog.bot.browse that return WebPage
 WebPage Browser.getCurrentPage()
           
 WebPage LoadWebPage.load(InputStream is)
          Load a web page from the specified stream.
 WebPage LoadWebPage.load(String str)
          Load the web page from a string that contains HTML.
 

Methods in org.encog.bot.browse with parameters of type WebPage
 void Browser.setCurrentPage(WebPage theCurrentPage)
          Set the current page.
 

Uses of WebPage in org.encog.bot.browse.range
 

Methods in org.encog.bot.browse.range that return WebPage
 WebPage DocumentRange.getSource()
           
 

Methods in org.encog.bot.browse.range with parameters of type WebPage
 void DocumentRange.setSource(WebPage theSource)
          Set the source web page.
 

Constructors in org.encog.bot.browse.range with parameters of type WebPage
Div(WebPage source)
          Construct a range to hold the DIV tag.
DocumentRange(WebPage theSource)
          Construct a document range from the specified WebPage.
Form(WebPage source)
          Construct a form on the specified web page.
FormElement(WebPage source)
          Construct a form element from the specified web page.
Input(WebPage source)
          Construct this Input element.
Link(WebPage source)
          Construct a link from the specified web page.
Span(WebPage source)
          Construct a span range from the specified web page.
 



Copyright © 2014. All Rights Reserved.