|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentRange | |
---|---|
org.encog.bot.browse | |
org.encog.bot.browse.range |
Uses of DocumentRange in org.encog.bot.browse |
---|
Methods in org.encog.bot.browse that return DocumentRange | |
---|---|
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. |
Methods in org.encog.bot.browse that return types with arguments of type DocumentRange | |
---|---|
List<DocumentRange> |
WebPage.getContents()
|
Methods in org.encog.bot.browse with parameters of type DocumentRange | |
---|---|
void |
WebPage.addContent(DocumentRange span)
Add to the content collection. |
void |
WebPage.setTitle(DocumentRange theTitle)
Set the title of this document. |
Uses of DocumentRange in org.encog.bot.browse.range |
---|
Subclasses of DocumentRange in org.encog.bot.browse.range | |
---|---|
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. |
Methods in org.encog.bot.browse.range that return DocumentRange | |
---|---|
DocumentRange |
DocumentRange.getParent()
|
Methods in org.encog.bot.browse.range that return types with arguments of type DocumentRange | |
---|---|
List<DocumentRange> |
DocumentRange.getElements()
|
Methods in org.encog.bot.browse.range with parameters of type DocumentRange | |
---|---|
void |
DocumentRange.addElement(DocumentRange element)
Add an element. |
void |
DocumentRange.setParent(DocumentRange theParent)
Set the parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |