com.jxml.quick
Class NL
java.lang.Object
|
+--com.jxml.quick.NL
- public class NL
- extends Object
Supports new-line/line-separator conversion.
Field Summary |
static String |
LS
The system line separator. |
Method Summary |
static String |
toLS(String s)
Convert a string containing lf's to line separators. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LS
public static final String LS
- The system line separator.
NL
public NL()
toLS
public static String toLS(String s)
- Convert a string containing lf's to line separators.