java.lang.Appendable
, FlyweightPrototype<Parser.TextProcessor<T>>
SpamTextProcessor
public static interface Parser.TextProcessor<T> extends java.lang.Appendable, FlyweightPrototype<Parser.TextProcessor<T>>
Modifier and Type | Method | Description |
---|---|---|
void |
init(java.net.URI responseUrl) |
Initializes this processor for a new page.
|
T |
result() |
Returns the result of the processing.
|
copy
void init(java.net.URI responseUrl)
responseUrl
- the URL of the page to be parsed.T result()