public class CCParseFilter extends Object implements ParseFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
CCParseFilter.Walker
Walks DOM tree, looking for RDF in comments and licenses in anchors.
|
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
X_POINT_ID| Constructor and Description |
|---|
CCParseFilter() |
| Modifier and Type | Method and Description |
|---|---|
Parse |
filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Adds metadata or otherwise modifies a parse of an HTML document, given the
DOM tree of a page.
|
Configuration |
getConf() |
Collection<WebPage.Field> |
getFields() |
void |
setConf(Configuration conf) |
public void setConf(Configuration conf)
setConf in interface Configurablepublic Configuration getConf()
getConf in interface Configurablepublic Collection<WebPage.Field> getFields()
getFields in interface FieldPluggablepublic Parse filter(String url, WebPage page, Parse parse, HTMLMetaTags metaTags, DocumentFragment doc)
filter in interface ParseFilterCopyright © 2015 The Apache Software Foundation