C# Class Encog.Parse.Tags.Read.ReadHTML

Inheritance: ReadTags
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
ReadHTML ( Stream istream ) : System

Construct a HTML reader.

Protected Methods

Method Description
ParseAttributeName ( ) : String

Parse the attribute name.

Method Details

ParseAttributeName() protected method

Parse the attribute name.
protected ParseAttributeName ( ) : String
return String

ReadHTML() public method

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