Documentation For Encog 2.x

LoadWebPage Methods

The methods of the LoadWebPage class are listed below. For a complete list of LoadWebPage class members, see the LoadWebPage Members topic.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
LoadOverloaded. Load a web page from the specified stream.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
FindEndTag Find the end tag that lines up to the beginning tag.
LoadContents Using the data units, which should have already been loaded by this time, load the contents of the web page. This includes the title, any links and forms. Div tags and spans are also processed.
LoadDataUnits Load the data units. Once the lower level data units have been loaded, the contents can be loaded.
LoadForm Called by loadContents to load a form on the page.
LoadInput Called by loadContents to load an input tag on the form.
LoadLink Called by loadContents to load a link on the page.
LoadTitle Called by loadContents to load the title of the page.
MemberwiseClone (inherited from Object) 

See Also

LoadWebPage Class | Encog.Bot.Browse Namespace