C# Class Encog.Bot.Browse.WebPage

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

Méthodes publiques

Méthode Description
AddContent ( DocumentRange span ) : void

Add to the content collection.

AddDataUnit ( DataUnit unit ) : void

Add a data unit to the collection.

Find ( Type c, int index ) : DocumentRange

Find the specified DocumentRange subclass in the contents list.

FindLink ( String str ) : Link

Find the link that contains the specified string.

GetDataUnit ( int i ) : DataUnit

Get the DataUnit unit at the specified index.

ToString ( ) : String

The object as a string.

getDataSize ( ) : int

Get the number of data items in this collection.

Method Details

AddContent() public méthode

Add to the content collection.
public AddContent ( DocumentRange span ) : void
span Encog.Bot.Browse.Range.DocumentRange The range to add to the collection.
Résultat void

AddDataUnit() public méthode

Add a data unit to the collection.
public AddDataUnit ( DataUnit unit ) : void
unit DataUnit The data unit to load.
Résultat void

Find() public méthode

Find the specified DocumentRange subclass in the contents list.
public Find ( Type c, int index ) : DocumentRange
c System.Type The class type to search for.
index int The index to search from.
Résultat Encog.Bot.Browse.Range.DocumentRange

FindLink() public méthode

Find the link that contains the specified string.
public FindLink ( String str ) : Link
str String The string to search for.
Résultat Encog.Bot.Browse.Range.Link

GetDataUnit() public méthode

Get the DataUnit unit at the specified index.
public GetDataUnit ( int i ) : DataUnit
i int The index to use.
Résultat DataUnit

ToString() public méthode

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

getDataSize() public méthode

Get the number of data items in this collection.
public getDataSize ( ) : int
Résultat int