Documentation For Encog 2.x

DocumentRange Class

Base class that represents a document range. A document range is a collection of tags that all apply to one "concept". For example, a Form, or a Link. This allows the form to collect the elements inside the form, or a link to collect the text along with the link tag.

For a list of all members of this type, see DocumentRange Members .

System.Object
   DocumentRange
      Div
      Form
      FormElement
      Link
      Span

public class DocumentRange

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Bot.Browse.Range

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

DocumentRange Members | Encog.Bot.Browse.Range Namespace