public class RelTagParser extends java.lang.Object implements HtmlParseFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REL_TAG |
X_POINT_ID
Constructor and Description |
---|
RelTagParser() |
Modifier and Type | Method and Description |
---|---|
ParseResult |
filter(Content content,
ParseResult parseResult,
HTMLMetaTags metaTags,
org.w3c.dom.DocumentFragment doc)
Scan the HTML document looking at possible rel-tags
|
Configuration |
getConf() |
void |
setConf(Configuration conf) |
public static final java.lang.String REL_TAG
public ParseResult filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, org.w3c.dom.DocumentFragment doc)
filter
in interface HtmlParseFilter
public void setConf(Configuration conf)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
Copyright © 2018 The Apache Software Foundation