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)
HtmlParseFilterfilter in interface HtmlParseFilterpublic void setConf(Configuration conf)
setConf in interface Configurablepublic Configuration getConf()
getConf in interface ConfigurableCopyright © 2019 The Apache Software Foundation