public final class

LineSeparator

extends Object
java.lang.Object
   ↳ org.apache.xml.serialize.LineSeparator

This class is deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.

See Also

Summary

Constants
String Macintosh Line separator for Macintosh systems (\r).
String Unix Line separator for Unix systems (\n).
String Web Line separator for the Web (\n).
String Windows Line separator for Windows systems (\r\n).
Public Constructors
LineSeparator()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String Macintosh

Line separator for Macintosh systems (\r).

Constant Value: " "

public static final String Unix

Line separator for Unix systems (\n).

Constant Value: " "

public static final String Web

Line separator for the Web (\n).

Constant Value: " "

public static final String Windows

Line separator for Windows systems (\r\n).

Constant Value: " "

Public Constructors

public LineSeparator ()