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

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Add an element.
public AddElement ( DocumentRange element ) : void
element DocumentRange The element to add.
Résultat void

DocumentRange() public méthode

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.
Résultat System

GetTextOnly() public méthode

Get the text from this range.
public GetTextOnly ( ) : String
Résultat String

ToString() public méthode

This object as a string.
public ToString ( ) : String
Résultat String