Package | Description |
---|---|
org.encog.bot.browse | |
org.encog.bot.browse.range |
Modifier and Type | Method and Description |
---|---|
DocumentRange |
WebPage.find(Class<?> c,
int index)
Find the specified DocumentRange subclass in the contents list.
|
DocumentRange |
WebPage.getTitle()
Get the title for this document.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentRange> |
WebPage.getContents() |
Modifier and Type | Method and Description |
---|---|
void |
WebPage.addContent(DocumentRange span)
Add to the content collection.
|
void |
WebPage.setTitle(DocumentRange theTitle)
Set the title of this document.
|
Modifier and Type | Class and Description |
---|---|
class |
Div
A document range that represents the beginning and ending DIV tag, as well as
any tages embedded between them.
|
class |
Form
A document range that represents a form, and all embedded tags.
|
class |
FormElement
A document range that represents one individual component to a form.
|
class |
Input
A form element that represents for input for text.
|
class |
Link
A document range that represents a hyperlink, and any embedded tags and text.
|
class |
Span
A document range that specifies a span tag, and any embedded tags.
|
Modifier and Type | Method and Description |
---|---|
DocumentRange |
DocumentRange.getParent() |
Modifier and Type | Method and Description |
---|---|
List<DocumentRange> |
DocumentRange.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRange.addElement(DocumentRange element)
Add an element.
|
void |
DocumentRange.setParent(DocumentRange theParent)
Set the parent.
|
Copyright © 2014. All Rights Reserved.