C# 클래스 Encog.Bot.Browse.Extract.ListExtractListener

A simple implementation of the ExtractListener interface that will listen for words and add them to a list. This allows you to quickly build a list of all of the words on a web page.
상속: IExtractListener
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
FoundData ( Object obj ) : void

Called when a word is found, add it to the list.

메소드 상세

FoundData() 공개 메소드

Called when a word is found, add it to the list.
public FoundData ( Object obj ) : void
obj Object The word found.
리턴 void