C# 클래스 Encog.Parse.Tags.Read.ReadHTML

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

공개 메소드들

메소드 설명
ReadHTML ( Stream istream ) : System

Construct a HTML reader.

보호된 메소드들

메소드 설명
ParseAttributeName ( ) : String

Parse the attribute name.

메소드 상세

ParseAttributeName() 보호된 메소드

Parse the attribute name.
protected ParseAttributeName ( ) : String
리턴 String

ReadHTML() 공개 메소드

Construct a HTML reader.
public ReadHTML ( Stream istream ) : System
istream Stream The input stream to read from.
리턴 System