class TemplateRuleSet
extends java.lang.Object
Constructor and Description |
---|
TemplateRuleSet(Action builtinAction) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(TopLevelPattern pattern,
Importance ruleImportance,
Importance importImportance,
Priority priority,
Action action) |
(package private) void |
compile() |
(package private) Action |
getAction(Node node,
ExprContext context) |
(package private) Action |
getImportAction(Node node,
ExprContext context,
int importLevel) |
TemplateRuleSet(Action builtinAction)
void compile()
void add(TopLevelPattern pattern, Importance ruleImportance, Importance importImportance, Priority priority, Action action)
Action getAction(Node node, ExprContext context) throws XSLException
XSLException
Action getImportAction(Node node, ExprContext context, int importLevel) throws XSLException
XSLException