Package | Description |
---|---|
com.yishuifengxiao.common.crawler | |
com.yishuifengxiao.common.crawler.content | |
com.yishuifengxiao.common.crawler.content.impl |
Modifier and Type | Method and Description |
---|---|
ContentExtract |
Crawler.getContentExtract()
获取内容解析器
|
Modifier and Type | Method and Description |
---|---|
Crawler |
Crawler.setContentExtract(ContentExtract contentExtract)
设置内容解析器
|
Modifier and Type | Class and Description |
---|---|
class |
ContentExtractDecorator
内容解析器装饰器
进行内容解析前的前置操作 功能如下: 1. |
Modifier and Type | Field and Description |
---|---|
protected ContentExtract |
ContentExtractDecorator.contentExtract
用户自定义的内容解析器
|
Constructor and Description |
---|
ContentExtractDecorator(ContentExtract contentExtract) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleContentExtract
默认实现的简单内容解析器
调用内容提取器对输入内容里的数据进行解析 |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.