public class ScriptRule extends BaseRule
ParsedScript
.Constructor and Description |
---|
ScriptRule(ExpressionEvaluator evaluator,
ValueConverter valueConverter) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(RuleDirectedParser parser)
Invoked just after the rule is popped off the rule stack.
|
void |
startElement(RuleDirectedParser parser,
org.xml.sax.Attributes attributes)
Invoked just after the rule is pushed onto the rule stack.
|
content, getAttribute
public ScriptRule(ExpressionEvaluator evaluator, ValueConverter valueConverter)
public void endElement(RuleDirectedParser parser)
IRule
endElement
in interface IRule
endElement
in class BaseRule
public void startElement(RuleDirectedParser parser, org.xml.sax.Attributes attributes)
IRule
startElement
in interface IRule
startElement
in class BaseRule