|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ejen constants interface.
Field Summary | |
static String |
CTX_DOM_SOURCE
Context key |
static String |
CTX_STYLESHEET_HANDLER
Context key |
static String |
CTX_STYLESHEET_ROOT
Context key |
static String |
CTX_TRANSFORMER_FACTORY_IMPL
Context key |
static String |
CTX_TRANSFORMER_IMPL
Context key |
static String |
DEFAULT_XML_DATA
<? |
static String |
DEFAULT_XML_DATA_ENCODING
Default encoding: "ISO-8859-1" |
static String |
DEFAULT_XSL_DATA
<? |
static String |
LOG_INDENT_STR1
Message indentation string |
static String |
LOG_INDENT_STR2
Message indentation string |
static int |
MSG_DEBUG
Message level |
static int |
MSG_ERR
Message level |
static int |
MSG_INFO
Message level |
static int |
MSG_VERBOSE
Message level |
static int |
MSG_WARN
Message level |
static int |
STATE_AFTER_PROCESS
State of an EjenChildNode |
static int |
STATE_BEFORE_PROCESS
State of an EjenChildNode |
static int |
STATE_CHECK
State of an EjenChildNode |
static int |
STATE_IDLE
State of an EjenChildNode |
static int |
STATE_PROCESS
State of an EjenChildNode |
static String[] |
STATES
State (of an EjenChildNode) names |
Field Detail |
public static final String CTX_STYLESHEET_HANDLER
public static final String CTX_DOM_SOURCE
public static final String CTX_TRANSFORMER_IMPL
public static final String CTX_STYLESHEET_ROOT
public static final String CTX_TRANSFORMER_FACTORY_IMPL
public static final String[] STATES
public static final int STATE_IDLE
public static final int STATE_BEFORE_PROCESS
public static final int STATE_PROCESS
public static final int STATE_AFTER_PROCESS
public static final int STATE_CHECK
public static final int MSG_ERR
public static final int MSG_WARN
public static final int MSG_INFO
public static final int MSG_VERBOSE
public static final int MSG_DEBUG
public static final String LOG_INDENT_STR1
public static final String LOG_INDENT_STR2
public static final String DEFAULT_XML_DATA
<?xml version="1.0" encoding="iso-8859-1"?>
<ejen/>
public static final String DEFAULT_XML_DATA_ENCODING
public static final String DEFAULT_XSL_DATA
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"/>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |