WebSiteHandler class abstract interface

A site-specific extraction handler (omp's SpecialHandler). Handlers are tried in order before the generic HTML→markdown converter; the first non-null result wins.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Handler id, used as the extraction method label.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryFetch(Uri uri, WebFetchContext context) Future<WebFetchResult?>
Attempts to fetch and render uri. Returns null when this handler does not apply (different site) or extraction fails — the caller then falls through to the next handler or the generic converter.

Operators

operator ==(Object other) bool
The equality operator.
inherited