Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addFeature (0.09 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java

         * Adds a parser feature configuration.
         *
         * @param key the feature key
         * @param value the feature value
         * @throws CrawlerSystemException if key or value is null
         */
        public void addFeature(final String key, final String value) {
            if (StringUtil.isBlank(key) || StringUtil.isBlank(value)) {
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Nov 29 07:42:33 GMT 2025
    - 30.5K bytes
    - Click Count (0)
Back to Top