Uses of Class org.jdom.output.Format.TextMode

Uses in package org.jdom.output

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.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.