[Missing <summary> documentation for N:Encog.Bot.HTML]
| C# | Visual Basic | Visual C++ |
namespace Encog.Bot.HTML
Namespace Encog.Bot.HTML
namespace Encog.Bot.HTML
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| FormUtility |
FormUtility: This class is used to construct responses to
HTML forms. The class supports both standard HTML forms,
as well as multipart forms.
| |
| HTMLTag |
HTMLTag: This class holds a single HTML tag. This class
subclasses the AttributeList class. This allows the
HTMLTag class to hold a collection of attributes, just as
an actual HTML tag does.
| |
| ParseHTML |
This class implements an HTML parser. This parser is used
by the Heaton Research spider, but it can also be used as a
stand alone HTML parser.
| |
| PeekableInputStream |
PeekableInputStream: This class allows a stream to be
read like normal. However, the ability to peek is added.
The calling method can peek as far as is needed. This is
used by the ParseHTML class.
| |
| URLUtility |
URLUtility: THis class contains several useful methods
for dealing with URL's.
|