|
Interface Summary |
| CharSequenceProvider |
Interface indicating an object can efficiently provide a
(perhaps cached or simulated) CharSequence version of itself. |
| ExtractErrorListener |
ExtractErrorListener receives exceptions that may need to be logged
from inside a LinkExtractor, allowing the extraction to continue
without raising an exception through hasNext()/next()/nextLink(). |
| LinkExtractor |
LinkExtractor is a general interface for classes which, when given an
InputStream and Charset, can scan for Links and return them via
an Iterator interface. |