Class LineSeparator
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.LineSeparator
-
public final class LineSeparator extends Object
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.- Version:
- $Revision$ $Date$
- Author:
- Assaf Arkin
- See Also:
OutputFormat
-
-
Field Summary
Fields Modifier and Type Field Description static String
Macintosh
Deprecated.Line separator for Macintosh systems (\r).static String
Unix
Deprecated.Line separator for Unix systems (\n).static String
Web
Deprecated.Line separator for the Web (\n).static String
Windows
Deprecated.Line separator for Windows systems (\r\n).
-
Constructor Summary
Constructors Constructor Description LineSeparator()
Deprecated.
-
-
-
Field Detail
-
Unix
public static final String Unix
Deprecated.Line separator for Unix systems (\n).- See Also:
- Constant Field Values
-
Windows
public static final String Windows
Deprecated.Line separator for Windows systems (\r\n).- See Also:
- Constant Field Values
-
Macintosh
public static final String Macintosh
Deprecated.Line separator for Macintosh systems (\r).- See Also:
- Constant Field Values
-
Web
public static final String Web
Deprecated.Line separator for the Web (\n).- See Also:
- Constant Field Values
-
-