Package | Description |
---|---|
org.encog.bot.browse | |
org.encog.bot.dataunit | |
org.encog.parse.tags | |
org.encog.parse.tags.read |
Modifier and Type | Method and Description |
---|---|
int |
LoadWebPage.findEndTag(int index,
Tag tag)
Find the end tag that lines up to the beginning tag.
|
protected void |
LoadWebPage.loadForm(int index,
Tag tag)
Called by loadContents to load a form on the page.
|
protected void |
LoadWebPage.loadInput(int index,
Tag tag)
Called by loadContents to load an input tag on the form.
|
protected void |
LoadWebPage.loadLink(int index,
Tag tag)
Called by loadContents to load a link on the page.
|
protected void |
LoadWebPage.loadTitle(int index,
Tag tag)
Called by loadContents to load the title of the page.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagDataUnit.getTag() |
Modifier and Type | Method and Description |
---|---|
void |
TagDataUnit.setTag(Tag theTag)
Set the tag that this data unit is based on.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Modifier and Type | Method and Description |
---|---|
Tag |
ReadTags.getTag()
Return the last tag found, this is normally called just after the read
function returns a zero.
|
Copyright © 2014. All Rights Reserved.