public interface DocumentProvider
Document object as argument of Engine.extract(Document)| 限定符和类型 | 接口和说明 |
|---|---|
static class |
DocumentProvider.Arguments
arguments of the
provideWith(Arguments) method. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.jsoup.nodes.Document |
provideWith(DocumentProvider.Arguments arguments)
provide a
Document object. |
org.jsoup.nodes.Document provideWith(DocumentProvider.Arguments arguments) throws Exception
Document object.arguments - the arguments (not null)Document object (not null)Exception - exceptionCopyright © 2016. All rights reserved.