public class JSParseFilter extends java.lang.Object implements HtmlParseFilter, Parser
X_POINT_ID
X_POINT_ID
Constructor and Description |
---|
JSParseFilter() |
Modifier and Type | Method and Description |
---|---|
ParseResult |
filter(Content content,
ParseResult parseResult,
HTMLMetaTags metaTags,
org.w3c.dom.DocumentFragment doc)
Adds metadata or otherwise modifies a parse of HTML content, given the DOM
tree of a page.
|
Configuration |
getConf() |
ParseResult |
getParse(Content c)
This method parses the given content and returns a map of <key,
parse> pairs.
|
static void |
main(java.lang.String[] args) |
void |
setConf(Configuration conf) |
public ParseResult filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, org.w3c.dom.DocumentFragment doc)
HtmlParseFilter
filter
in interface HtmlParseFilter
public ParseResult getParse(Content c)
Parser
This method parses the given content and returns a map of <key,
parse> pairs. Parse
instances will be persisted under the given
key.
Note: Meta-redirects should be followed only when they are coming from the
original URL. That is:
Assume fetcher is in parsing mode and is currently processing
foo.bar.com/redirect.html. If this url contains a meta redirect to another
url, fetcher should only follow the redirect if the map contains an entry
of the form <"foo.bar.com/redirect.html", Parse
with a
ParseStatus
indicating the redirect>.
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public void setConf(Configuration conf)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
Copyright © 2018 The Apache Software Foundation