|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javasteps.parsers.ConditionStepParser
public class ConditionStepParser
Parser for ConditionSteps
| Constructor Summary | |
|---|---|
ConditionStepParser()
|
|
| Method Summary | |
|---|---|
boolean |
parse(Element element,
StepsList steps)
If should, parses the element and adds the step(s) to the process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionStepParser()
| Method Detail |
|---|
public boolean parse(Element element,
StepsList steps)
throws ProcessParsingException
StepParser
parse in interface StepParserelement - The DOM element to parsesteps - The steps list the parsed step should be added to
ProcessParsingException - throws if the element cannot be parsedStepParser.parse(Element element,StepsList steps)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||