JDOM
2.0.2

Uses of Class
org.jdom2.output.LineSeparator

Packages that use LineSeparator
org.jdom2.output Classes to output JDOM documents to various destinations. 
 

Uses of LineSeparator in org.jdom2.output
 

Methods in org.jdom2.output that return LineSeparator
static LineSeparator LineSeparator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineSeparator[] LineSeparator.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 LineSeparator
 Format Format.setLineSeparator(LineSeparator separator)
          This will set the newline separator sequence.
 


JDOM
2.0.2

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