Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getPropertyMap (0.08 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/HtmlExtractor.java

            this.featureMap = featureMap;
        }
    
        /**
         * Gets the map of parser properties.
         *
         * @return the property map
         */
        public Map<String, String> getPropertyMap() {
            return propertyMap;
        }
    
        /**
         * Sets the map of parser properties.
         *
         * @param propertyMap the property map to set
         */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/HtmlXpathExtractor.java

            this.featureMap = featureMap;
        }
    
        /**
         * Gets the map of parser properties.
         *
         * @return the property map
         */
        public Map<String, String> getPropertyMap() {
            return propertyMap;
        }
    
        /**
         * Sets the map of parser properties.
         *
         * @param propertyMap the property map to set
         */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java

            this.featureMap = featureMap;
        }
    
        /**
         * Gets the map of parser properties.
         *
         * @return the property map
         */
        public Map<String, String> getPropertyMap() {
            return propertyMap;
        }
    
        /**
         * Sets the map of parser properties.
         *
         * @param propertyMap the property map to set
         */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 28.5K bytes
    - Viewed (0)
Back to top