C# Класс Encog.Bot.Browse.WebPage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AddContent() публичный Метод

Add to the content collection.
public AddContent ( DocumentRange span ) : void
span Encog.Bot.Browse.Range.DocumentRange The range to add to the collection.
Результат void

AddDataUnit() публичный Метод

Add a data unit to the collection.
public AddDataUnit ( DataUnit unit ) : void
unit DataUnit The data unit to load.
Результат void

Find() публичный Метод

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.
Результат Encog.Bot.Browse.Range.DocumentRange

FindLink() публичный Метод

Find the link that contains the specified string.
public FindLink ( String str ) : Link
str String The string to search for.
Результат Encog.Bot.Browse.Range.Link

GetDataUnit() публичный Метод

Get the DataUnit unit at the specified index.
public GetDataUnit ( int i ) : DataUnit
i int The index to use.
Результат DataUnit

ToString() публичный Метод

The object as a string.
public ToString ( ) : String
Результат String

getDataSize() публичный Метод

Get the number of data items in this collection.
public getDataSize ( ) : int
Результат int