|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
org.encog.bot.browse | |
org.encog.bot.dataunit | |
org.encog.parse.tags | |
org.encog.parse.tags.read |
Uses of Tag in org.encog.bot.browse |
---|
Methods in org.encog.bot.browse with parameters of type Tag | |
---|---|
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. |
Uses of Tag in org.encog.bot.dataunit |
---|
Methods in org.encog.bot.dataunit that return Tag | |
---|---|
Tag |
TagDataUnit.getTag()
|
Methods in org.encog.bot.dataunit with parameters of type Tag | |
---|---|
void |
TagDataUnit.setTag(Tag theTag)
Set the tag that this data unit is based on. |
Uses of Tag in org.encog.parse.tags |
---|
Methods in org.encog.parse.tags that return Tag | |
---|---|
Tag |
Tag.clone()
|
Uses of Tag in org.encog.parse.tags.read |
---|
Methods in org.encog.parse.tags.read that return Tag | |
---|---|
Tag |
ReadTags.getTag()
Return the last tag found, this is normally called just after the read function returns a zero. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |