RESULT - a parse result type extending ParseResultpublic abstract class URLDocParser<RESULT extends ParseResult> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_PATTERN_COMPILE_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResult(RESULT result) |
URLDocParser<RESULT> |
fetch() |
String |
getBrowseURL() |
RESULT |
getResult(String id) |
protected String |
getSourceDoc() |
String |
getSourceURL() |
abstract URLDocParser<RESULT> |
parse() |
URLDocParser<RESULT> |
setSourceDoc(String sourceDoc) |
protected static final int DEFAULT_PATTERN_COMPILE_OPTIONS
public URLDocParser<RESULT> fetch() throws IOException
IOExceptionpublic URLDocParser<RESULT> setSourceDoc(String sourceDoc)
protected String getSourceDoc()
protected void addResult(RESULT result) throws ParseException
ParseExceptionpublic String getSourceURL()
public String getBrowseURL()
public abstract URLDocParser<RESULT> parse() throws ParseException
ParseExceptionCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.