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