public class CCParseFilter extends java.lang.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.
|
X_POINT_ID
Constructor and Description |
---|
CCParseFilter() |
Modifier and Type | Method and Description |
---|---|
Parse |
filter(java.lang.String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
org.w3c.dom.DocumentFragment doc)
Adds metadata or otherwise modifies a parse of an HTML document, given the
DOM tree of a page.
|
Configuration |
getConf() |
java.util.Collection<WebPage.Field> |
getFields() |
void |
setConf(Configuration conf) |
public void setConf(Configuration conf)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
public java.util.Collection<WebPage.Field> getFields()
getFields
in interface FieldPluggable
public Parse filter(java.lang.String url, WebPage page, Parse parse, HTMLMetaTags metaTags, org.w3c.dom.DocumentFragment doc)
filter
in interface ParseFilter
Copyright © 2019 The Apache Software Foundation