An NDoc Documented Class Library

HTMLheuristics Class

This class will control HTML tag heuristics that will allow faster matching of tags to avoid long cycles as well as creation of same strings over and over again. This is effectively a fancy hash lookup table with attributes being hashed in context of tag

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

System.Object
   Majestic12.HTMLheuristics

public class HTMLheuristics : IDisposable

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: Majestic12

Assembly: HTMLparserDotNet11 (in HTMLparserDotNet11.exe)

See Also

HTMLheuristics Members | Majestic12 Namespace