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, getAttributepublic ScriptRule(ExpressionEvaluator evaluator, ValueConverter valueConverter)
public void endElement(RuleDirectedParser parser)
IRuleendElement in interface IRuleendElement in class BaseRulepublic void startElement(RuleDirectedParser parser, org.xml.sax.Attributes attributes)
IRulestartElement in interface IRulestartElement in class BaseRule