Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setTargetNodePath (0.13 sec)

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

         */
        public String getTargetNodePath() {
            return targetNodePath;
        }
    
        /**
         * @param targetNodePath
         *            The targetNodePath to set.
         */
        public void setTargetNodePath(final String targetNodePath) {
            this.targetNodePath = targetNodePath;
        }
    
        public void setCacheDuration(final long cacheDuration) {
            this.cacheDuration = cacheDuration;
        }
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:47:32 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top