C# 클래스 Encog.Bot.Browse.Range.DocumentRange

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

공개 메소드들

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

메소드 상세

AddElement() 공개 메소드

Add an element.
public AddElement ( DocumentRange element ) : void
element DocumentRange The element to add.
리턴 void

DocumentRange() 공개 메소드

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.
리턴 System

GetTextOnly() 공개 메소드

Get the text from this range.
public GetTextOnly ( ) : String
리턴 String

ToString() 공개 메소드

This object as a string.
public ToString ( ) : String
리턴 String