JDOM
0.0.5-BETA

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

Packages that use Format.TextMode
org.jdom2.output Classes to output JDOM documents to various destinations. 
org.jdom2.output.support Classes used to implement output functionality that are not part of the actual Output API, but rather part of the implementation. 
 

Uses of Format.TextMode in org.jdom2.output
 

Methods in org.jdom2.output that return Format.TextMode
 Format.TextMode Format.getTextMode()
          Returns the current text output style.
static Format.TextMode Format.TextMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Format.TextMode[] Format.TextMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jdom2.output with parameters of type Format.TextMode
 Format Format.setTextMode(Format.TextMode mode)
          This sets the text output style.
 

Uses of Format.TextMode in org.jdom2.output.support
 

Methods in org.jdom2.output.support that return Format.TextMode
 Format.TextMode FormatStack.getDefaultMode()
           
 Format.TextMode FormatStack.getTextMode()
           
 

Methods in org.jdom2.output.support with parameters of type Format.TextMode
 void FormatStack.setTextMode(Format.TextMode mode)
          Change the current level's TextMode
 


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.