public class RegexParseFilter extends java.lang.Object implements HtmlParseFilter
X_POINT_ID
Constructor and Description |
---|
RegexParseFilter() |
RegexParseFilter(java.lang.String regexFile) |
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() |
void |
setConf(Configuration conf) |
public RegexParseFilter()
public RegexParseFilter(java.lang.String regexFile)
public ParseResult filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, org.w3c.dom.DocumentFragment doc)
HtmlParseFilter
filter
in interface HtmlParseFilter
public void setConf(Configuration conf)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
Copyright © 2019 The Apache Software Foundation