Package it.unimi.dsi.parser.callback

Callbacks for the BulletParser.

See:
          Description

Interface Summary
Callback A callback for the bullet parser.
 

Class Summary
ComposedCallbackBuilder A builder for composed callbacks.
DebugCallbackDecorator A decorator that prints on standard error all calls to the underlying callback.
DefaultCallback A default, do-nothing-at-all callback.
LinkExtractor A callback extracting links.
TextExtractor A callback extracting text and titles.
 

Package it.unimi.dsi.parser.callback Description

Callbacks for the BulletParser.