Package org.apache.xml.serialize
Class LineSeparator
- java.lang.Object
-
- org.apache.xml.serialize.LineSeparator
-
public final class LineSeparator extends java.lang.ObjectDeprecated.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: 476047 $ $Date: 2006-11-17 09:57:45 +0530 (Fri, 17 Nov 2006) $
- Author:
- Assaf Arkin
- See Also:
OutputFormat
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMacintoshDeprecated.Line separator for Macintosh systems (\r).static java.lang.StringUnixDeprecated.Line separator for Unix systems (\n).static java.lang.StringWebDeprecated.Line separator for the Web (\n).static java.lang.StringWindowsDeprecated.Line separator for Windows systems (\r\n).
-
Constructor Summary
Constructors Constructor Description LineSeparator()Deprecated.
-
-
-
Field Detail
-
Unix
public static final java.lang.String Unix
Deprecated.Line separator for Unix systems (\n).- See Also:
- Constant Field Values
-
Windows
public static final java.lang.String Windows
Deprecated.Line separator for Windows systems (\r\n).- See Also:
- Constant Field Values
-
Macintosh
public static final java.lang.String Macintosh
Deprecated.Line separator for Macintosh systems (\r).- See Also:
- Constant Field Values
-
Web
public static final java.lang.String Web
Deprecated.Line separator for the Web (\n).- See Also:
- Constant Field Values
-
-