org.ws4d.java.constants
Interface Specialchars


public interface Specialchars


Field Summary
static byte COL
           
static byte CR
           
static byte DOT
           
static byte EQ
           
static byte HT
           
static byte LF
           
static byte MINUS
           
static byte SCOL
           
static byte SP
           
 

Field Detail

CR

static final byte CR
See Also:
Constant Field Values

LF

static final byte LF
See Also:
Constant Field Values

HT

static final byte HT
See Also:
Constant Field Values

SP

static final byte SP
See Also:
Constant Field Values

COL

static final byte COL
See Also:
Constant Field Values

DOT

static final byte DOT
See Also:
Constant Field Values

SCOL

static final byte SCOL
See Also:
Constant Field Values

EQ

static final byte EQ
See Also:
Constant Field Values

MINUS

static final byte MINUS
See Also:
Constant Field Values