Class LineBreak
java.lang.Object
org.znerd.xmlenc.LineBreak
Enumeration type for line breaks.
- Since:
- xmlenc 0.35
- Version:
- $Revision: 1.3 $ $Date: 2005/09/12 08:40:02 $
- Author:
- Jochen Schwoerer (j.schwoerer [at] web.de), Ernst de Haan (wfe.dehaan@gmail.com)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
Empty line break. This is equivalent to using no line breaks. -
UNIX
Unix and MacOS/X line break. This represents the string"\n". -
DOS
DOS and Windows line break. This represents the string"\r\n". -
MACOS
-
-
Method Details
-
toString
-