com.jaxfront.core.dom
Interface DebugListener


public interface DebugListener


Field Summary
static int ERROR
           
static int FATAL
           
static int INFO
           
static int WARINING
           
 
Method Summary
 void debug(int type, java.lang.String message)
           
 

Field Detail

ERROR

static final int ERROR
See Also:
Constant Field Values

FATAL

static final int FATAL
See Also:
Constant Field Values

INFO

static final int INFO
See Also:
Constant Field Values

WARINING

static final int WARINING
See Also:
Constant Field Values
Method Detail

debug

void debug(int type,
           java.lang.String message)