Uses of Class
net.datenwerke.eximport.nuxlets.XOMUtil.Normalizer
Packages that use XOMUtil.Normalizer
-
Uses of XOMUtil.Normalizer in net.datenwerke.eximport.nuxlets
Fields in net.datenwerke.eximport.nuxlets declared as XOMUtil.NormalizerModifier and TypeFieldDescriptionstatic final XOMUtil.NormalizerXOMUtil.Normalizer.COLLAPSEWhitespace normalization replaces each sequence of whitespace in the string by a single' 'space character; Further, leading and trailing whitespaces are removed, if present, alaString.trim().static final XOMUtil.NormalizerXOMUtil.Normalizer.PRESERVEWhitespace normalization returns the string unchanged; hence indicates no whitespace normalization should be performed at all; This is typically the default for applications.static final XOMUtil.NormalizerXOMUtil.Normalizer.REPLACEWhitespace normalization replaces each whitespace character in the string with a' 'space character.static final XOMUtil.NormalizerXOMUtil.Normalizer.STRIPWhitespace normalization removes strings that consist of whitespace-only (boundary whitespace), retaining other strings unchanged.static final XOMUtil.NormalizerXOMUtil.Normalizer.TRIMWhitespace normalization removes leading and trailing whitespaces, if present, alaString.trim().