Package | Description |
---|---|
ch.tatool.element | |
ch.tatool.exec |
Modifier and Type | Method and Description |
---|---|
Element |
ElementTree.getRootElement()
Get the root execution element.
|
Element |
ElementTree.getTop()
Get the top element of the stack.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
Element.getChildren()
Get the child execution elements.
|
List<Element> |
ElementTree.getElementStack()
Get the current execution stack, with the first element being the root
element, the last element the one that contains the currently executed
element.
|
Modifier and Type | Method and Description |
---|---|
void |
TemporaryElementSupport.addTemporaryElement(Element element)
Add an element for execution.
|
void |
Initializable.initialize(Element element)
This method is called whenever an Element is pushed onto the
ExecutionStack.
|
void |
ElementTree.pushElement(Element elementToPush)
Push a new element onto the stack.
|
void |
ElementTree.setRootElement(Element element)
Set the root execution element.
|
Modifier and Type | Method and Description |
---|---|
Element |
ExecutionContext.getActiveElement()
Get the active Element.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
ExecutionContext.getElementStack()
Get the element stack, the stack of elements being executed.
|
Copyright © 2013. All Rights Reserved.