Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setCharsetName (0.07 sec)

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

         */
        public String getCharsetName() {
            return charsetName;
        }
    
        /**
         * Sets the charset name.
         * @param charsetName The charset name to set.
         */
        public void setCharsetName(final String charsetName) {
            this.charsetName = charsetName;
        }
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Aug 07 02:55:08 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XpathTransformer.java

         */
        public String getCharsetName() {
            return charsetName;
        }
    
        /**
         * Sets the charset name.
         * @param charsetName The charset name to set.
         */
        public void setCharsetName(final String charsetName) {
            this.charsetName = charsetName;
        }
    
        /**
         * Returns the data class.
         * @return The data class.
         */
        public Class<?> getDataClass() {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

        public String getCharsetName() {
            return charsetName;
        }
    
        /**
         * Sets the charsetName.
         *
         * @param charsetName the charsetName to set
         */
        public void setCharsetName(final String charsetName) {
            this.charsetName = charsetName;
        }
    
        /**
         * Returns the dataClass.
         *
         * @return the dataClass
         */
        public Class<?> getDataClass() {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 23.9K bytes
    - Viewed (0)
Back to top