|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ejen.EjenChildNode | +--org.ejen.EjenRootNode
Ejen root node class (see EjenTask
).
EjenTask
,
EjenSourceNode
,
EjenMergeNode
,
EjenSaveNode
,
EjenFilterNode
,
EjenTemplateNode
Field Summary |
Fields inherited from class org.ejen.EjenChildNode |
_messageIndent |
Fields inherited from interface org.ejen.EjenConstants |
CTX_DOM_SOURCE, CTX_STYLESHEET_HANDLER, CTX_STYLESHEET_ROOT, CTX_TRANSFORMER_FACTORY_IMPL, CTX_TRANSFORMER_IMPL, DEFAULT_XML_DATA, DEFAULT_XML_DATA_ENCODING, DEFAULT_XSL_DATA, LOG_INDENT_STR1, LOG_INDENT_STR2, MSG_DEBUG, MSG_ERR, MSG_INFO, MSG_VERBOSE, MSG_WARN, STATE_AFTER_PROCESS, STATE_BEFORE_PROCESS, STATE_CHECK, STATE_IDLE, STATE_PROCESS, STATES |
Constructor Summary | |
EjenRootNode()
|
Method Summary | |
void |
appendChildNode(EjenChildNode ecn)
Appends a child node to the current list of child nodes. |
void |
beforeProcess()
Prepares the generation process. |
void |
check()
Calls the check method for each child node. |
Vector |
getChildren()
Returns child nodes of this EjenRootNode. |
String |
nodeName()
Returns the name of this node ("ejen"). |
void |
process()
Starts the generation process (child nodes execution loop). |
Methods inherited from class org.ejen.EjenChildNode |
afterProcess, cloneContext, evaluateAVT, evaluateAVT, getAttributes, getFromContext, getFromContext, getFromGlobalContext, getListener, getState, idle, popContext, pushContext, putInContext, putInGlobalContext, sendMessageEvent, sendMessageEvent, sendStateEvent, sendXSLMessageEvent, sendXSLMessageEvent, setListener, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EjenRootNode()
Method Detail |
public String nodeName()
nodeName
in class EjenChildNode
public Vector getChildren()
getChildren
in class EjenChildNode
public void appendChildNode(EjenChildNode ecn)
EjenException
- if the child node is an instance
of EjenParamNode, EjenIncludeNode or EjenImportNode.public void check()
check
in class EjenChildNode
EjenException
- if check failed.public void beforeProcess()
EjenConstants.DEFAULT_XML_DATA
).
beforeProcess
in class EjenChildNode
EjenException
- if something goes wrong...public void process()
process
in class EjenChildNode
EjenException
- if something goes wrong.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |