public class HtmlParseFilters
extends java.lang.Object
HtmlParseFilter implementing plugins.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HTMLPARSEFILTER_ORDER |
| Constructor and Description |
|---|
HtmlParseFilters(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
ParseResult |
filter(Content content,
ParseResult parseResult,
HTMLMetaTags metaTags,
org.w3c.dom.DocumentFragment doc)
Run all defined filters.
|
public static final java.lang.String HTMLPARSEFILTER_ORDER
public HtmlParseFilters(Configuration conf)
public ParseResult filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, org.w3c.dom.DocumentFragment doc)
Copyright © 2019 The Apache Software Foundation