| Package | Description |
|---|---|
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private ListIterator<Collection<DOMSequence.TaskElement>> |
XMLSequencer.step
The list iterator to pass through the dom sequence.
|
private Collection<DOMSequence.TaskElement> |
XMLSequencer.task
The collection of tasks belonging to the current step.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DOMSequence.TaskElement> |
DOMSequence.getAllTasks()
Returns all tasks in this sequence as a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSequencer.abort(List<Collection<DOMSequence.TaskElement>> abort)
Aborts current task and sequence.
|
void |
XMLSequencer.append(List<Collection<DOMSequence.TaskElement>> append)
Appends the sequencing step found in the target file at the end of the
current sequence.
|
void |
XMLSequencer.load(List<Collection<DOMSequence.TaskElement>> xml)
Loads a sequencer file.
|
void |
XMLSequencer.prepend(List<Collection<DOMSequence.TaskElement>> prep)
Prepends the sequncing step found in the target file at the start of
the current sequence.For expansion of comand version, see
XMLSequencer.insert(int, int, java.util.List). |