Package org.apache.xml.serialize
Class LineSeparator
java.lang.Object
org.apache.xml.serialize.LineSeparator
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: 476047 $ $Date: 2006-11-17 09:57:45 +0530 (Fri, 17 Nov 2006) $
- Author:
- Assaf Arkin
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Line separator for Macintosh systems (\r).static final String
Deprecated.Line separator for Unix systems (\n).static final String
Deprecated.Line separator for the Web (\n).static final String
Deprecated.Line separator for Windows systems (\r\n). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Unix
Deprecated.Line separator for Unix systems (\n).- See Also:
-
Windows
Deprecated.Line separator for Windows systems (\r\n).- See Also:
-
Macintosh
Deprecated.Line separator for Macintosh systems (\r).- See Also:
-
Web
Deprecated.Line separator for the Web (\n).- See Also:
-
-
Constructor Details
-
LineSeparator
public LineSeparator()Deprecated.
-