- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isTrimSpace (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XpathTransformer.java
this.fieldRuleMap = fieldRuleMap; } /** * Returns whether space trimming is enabled. * @return True if space trimming is enabled, false otherwise. */ public boolean isTrimSpace() { return trimSpaceEnabled; } /** * Sets whether space trimming is enabled. * @param trimSpace The trim space flag to set. */Registered: 2025-09-21 03:50 - Last Modified: 2025-07-06 02:13 - 13.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
this.fieldRuleMap = fieldRuleMap; } /** * Returns the trimSpace. * * @return the trimSpace */ public boolean isTrimSpace() { return trimSpaceEnabled; } /** * Sets the trimSpace. * * @param trimSpace the trimSpace to set */ public void setTrimSpace(final boolean trimSpace) {Registered: 2025-09-21 03:50 - Last Modified: 2025-07-06 02:13 - 23.9K bytes - Viewed (0)