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.
 
Constructor Summary
NL()
           
 
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
 

Field Detail

LS

public static final String LS
The system line separator.
Constructor Detail

NL

public NL()
Method Detail

toLS

public static String toLS(String s)
Convert a string containing lf's to line separators.