Package | Description |
---|---|
it.unimi.dsi.parser | |
it.unimi.dsi.parser.callback |
Modifier and Type | Field and Description |
---|---|
protected Callback |
BulletParser.callback
The callback of this parser.
|
Modifier and Type | Method and Description |
---|---|
BulletParser |
BulletParser.setCallback(Callback callback)
Sets the callback for this parser, resetting at the same time all parsing flags.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugCallbackDecorator
A decorator that prints on standard error all calls to the underlying callback.
|
class |
DefaultCallback
A default, do-nothing-at-all callback.
|
class |
LinkExtractor
A callback extracting links.
|
class |
TextExtractor
A callback extracting text and titles.
|
Modifier and Type | Field and Description |
---|---|
static Callback[] |
Callback.EMPTY_CALLBACK_ARRAY
A singleton empty callback array.
|
Modifier and Type | Method and Description |
---|---|
Callback |
ComposedCallbackBuilder.compose()
Returns the composed callback produced by this builder.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedCallbackBuilder.add(Callback callback)
Adds a new callback to this builder.
|
void |
ComposedCallbackBuilder.add(int position,
Callback callback)
Adds a new callback to this builder at a specified position.
|
Constructor and Description |
---|
DebugCallbackDecorator(Callback callback) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.