ecologylab.xml
Interface CharacterConstants

All Known Implementing Classes:
XMLTools

public interface CharacterConstants

Character Constants for which extra care needs to be taken while parsing.


Field Summary
static char CR
           
static char LF
           
static char TAB
           
 

Field Detail

TAB

static final char TAB
See Also:
Constant Field Values

LF

static final char LF
See Also:
Constant Field Values

CR

static final char CR
See Also:
Constant Field Values