C# 클래스 Encog.Bot.Browse.WebPage

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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