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

Inheritance: ReadTags
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
ReadHTML ( Stream istream ) : System

Construct a HTML reader.

Méthodes protégées

Méthode Description
ParseAttributeName ( ) : String

Parse the attribute name.

Method Details

ParseAttributeName() protected méthode

Parse the attribute name.
protected ParseAttributeName ( ) : String
Résultat String

ReadHTML() public méthode

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