Package net.sf.saxon.trans
Interface RuleTarget
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SelectedElementsSpaceStrippingRule.StripRuleTarget,Stripper.StripRuleTarget,Template
public interface RuleTarget extends java.io.SerializableThe target of a rule, typically a Template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexplain(ExpressionPresenter presenter)Output diagnostic explanation to an ExpressionPresenter
-
-
-
Method Detail
-
explain
void explain(ExpressionPresenter presenter)
Output diagnostic explanation to an ExpressionPresenter
-
-