C# Class Encog.Bot.Browse.WebPage

Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 method

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

AddDataUnit() public method

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

Find() public method

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.
return Encog.Bot.Browse.Range.DocumentRange

FindLink() public method

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

GetDataUnit() public method

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

ToString() public method

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

getDataSize() public method

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