Package | Description |
---|---|
org.encog.bot.browse | |
org.encog.bot.browse.range |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Browser.setCurrentPage(WebPage theCurrentPage)
Set the current page.
|
Modifier and Type | Method and Description |
---|---|
WebPage |
DocumentRange.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRange.setSource(WebPage theSource)
Set the source web page.
|
Constructor and Description |
---|
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.