throw new RuntimeException("Can't generate instance for class "
+ htmlmapperClassName);
}
}
this.htmlParseFilters = new HtmlParseFilters(getConf());
this.utils = new DOMContentUtils(conf);
this.cachingPolicy = getConf().get("parser.caching.forbidden.policy",
Nutch.CACHING_FORBIDDEN_CONTENT);
}