| Documentation For Encog 2.x |
|
Encog.Bot.Browse.Range Namespace
Namespace Hierarchy
Classes
| Class |
Description |
|
Div
|
A document range that represents the beginning and ending DIV tag, as well as any tages embedded between them. |
|
DocumentRange
|
Base class that represents a document range. A document range is a collection of tags that all apply to one "concept". For example, a Form, or a Link. This allows the form to collect the elements inside the form, or a link to collect the text along with the link tag. |
|
Form
|
A document range that represents a form, and all embedded tags. |
|
FormElement
|
A document range that represents one individual component to a form.
@author jheaton |
|
Input
|
A form element that represents for input for text. These are of the form name=value. |
|
Link
|
A document range that represents a hyperlink, and any embedded tags and text. |
|
Span
|
A document range that specifies a span tag, and any embedded tags. |
Enumerations