Java org.jdom2.output LineSeparator fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.output LineSeparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2.output LineSeparator.

The text is from its open source code.

Field

LineSeparatorCRNL
The Separator sequence CRNL which is '\r\n'.
LineSeparatorNL
The Separator sequence NL which is '\n'.
LineSeparatorCR
The Separator sequence CR which is '\r'.
LineSeparatorUNIX
The 'UNIX' Separator sequence NL which is '\n'.
LineSeparatorSYSTEM
The system-dependent Separator sequence NL which is obtained from System.getProperty("line.separator").