Documentation For Encog 2.x

LoadWebPage.FindEndTag Method

Find the end tag that lines up to the beginning tag.

protected int FindEndTag(
   int index,
   Tag tag
);

Parameters

index
The index to start the search on. This specifies the starting data unit.
tag
The beginning tag that we are seeking the end tag for.

Return Value

The index that the ending tag was found at. Returns -1 if not found.

See Also

LoadWebPage Class | Encog.Bot.Browse Namespace