Encog 1.1 for DotNet
ParseHTML Constructor (istream)
NamespacesEncog.Bot.HTMLParseHTMLParseHTML(Stream)
Construct the HTML parser based in the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public ParseHTML(
	Stream istream
)
Public Sub New ( _
	istream As Stream _
)
public:
ParseHTML(
	Stream^ istream
)
Parameters
istream (Stream)
The stream that will be parsed.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)