java.lang.Appendable, FlyweightPrototype<Parser.TextProcessor<T>>SpamTextProcessorpublic 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.
|
copyvoid init(java.net.URI responseUrl)
responseUrl - the URL of the page to be parsed.T result()