C# Class Encog.Bot.Browse.Range.DocumentRange

Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
AddElement ( DocumentRange element ) : void

Add an element.

DocumentRange ( WebPage source ) : System

Construct a document range from the specified WebPage.

GetTextOnly ( ) : String

Get the text from this range.

ToString ( ) : String

This object as a string.

Method Details

AddElement() public method

Add an element.
public AddElement ( DocumentRange element ) : void
element DocumentRange The element to add.
return void

DocumentRange() public method

Construct a document range from the specified WebPage.
public DocumentRange ( WebPage source ) : System
source Encog.Bot.Browse.WebPage The web page that this range belongs to.
return System

GetTextOnly() public method

Get the text from this range.
public GetTextOnly ( ) : String
return String

ToString() public method

This object as a string.
public ToString ( ) : String
return String