Documentation For Encog 2.x

Encog.Bot.Browse Namespace

Namespace Hierarchy

Classes

Class Description
Address A URL address. Holds both the URL object, as well as original text.
BrowseError Indicates an error has occurred in the browse classes.
Browser The main class for web browsing. This class allows you to navigate to a specific URL. Once you navigate to one URL, you can naviage to any URL contained on the page.
LoadWebPage Called to actually load a web page. This will read the HTML on a web page and generate the DocumentRange classes.
WebPage Holds a web page that was loaded by the Browse class. Web pages are made up of DataUnits and contents, which are ranges of data units. The data units are basically tags and blocks of text. The contents collection uses DocumentRange objects to assign meatning to the lower level DataObjects.