public class JsoupDocProvider extends Object implements DocumentProvider
Document object with Jsoup. this is a singleton class,
use get() to retrieve the instance.DocumentProvider.Arguments| 限定符和类型 | 方法和说明 |
|---|---|
static JsoupDocProvider |
get()
get the singleton object
|
org.jsoup.nodes.Document |
provideWith(DocumentProvider.Arguments arguments)
provide a
Document object. |
public static JsoupDocProvider get()
public org.jsoup.nodes.Document provideWith(DocumentProvider.Arguments arguments) throws Exception
DocumentProviderDocument object.provideWith 在接口中 DocumentProviderarguments - the arguments (not null)Document object (not null)Exception - exceptionCopyright © 2016. All rights reserved.