JDOM 1.0 | ||
Frames | No Frames |
Fields of type org.jdom.output.Format.TextMode | |
Format.TextMode | Mode for text normalization (left and right trim plus internal
whitespace is normalized to a single space. |
Format.TextMode | Mode for literal text preservation. |
Format.TextMode | Mode for text trimming (left and right trim). |
Format.TextMode | Mode for text trimming of content consisting of nothing but
whitespace but otherwise not changing output. |
Methods with parameter type org.jdom.output.Format.TextMode | |
Format | This sets the text output style. |
Methods with return type org.jdom.output.Format.TextMode | |
Format.TextMode | Returns the current text output style. |