Uses of Class
org.jdom.output.Format.TextMode
Packages that use Format.TextMode
-
Uses of Format.TextMode in org.jdom.output
Fields in org.jdom.output declared as Format.TextModeModifier and TypeFieldDescriptionstatic final Format.TextModeFormat.TextMode.NORMALIZEMode for text normalization (left and right trim plus internal whitespace is normalized to a single space.static final Format.TextModeFormat.TextMode.PRESERVEMode for literal text preservation.static final Format.TextModeFormat.TextMode.TRIMMode for text trimming (left and right trim).static final Format.TextModeFormat.TextMode.TRIM_FULL_WHITEMode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.Methods in org.jdom.output that return Format.TextModeMethods in org.jdom.output with parameters of type Format.TextModeModifier and TypeMethodDescriptionFormat.setTextMode(Format.TextMode mode) This sets the text output style.