- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setTrimSpace (0.22 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
* @return the trimSpace */ public boolean isTrimSpace() { return trimSpaceEnabled; } /** * @param trimSpace the trimSpace to set */ public void setTrimSpace(final boolean trimSpace) { trimSpaceEnabled = trimSpace; } /** * @return the charsetName */ public String getCharsetName() { return charsetName; }
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 17.9K bytes - Viewed (0)