public interface RuleTarget
| Modifier and Type | Method and Description |
|---|---|
void |
export(ExpressionPresenter presenter)
Output diagnostic explanation to an ExpressionPresenter
|
void |
registerRule(Rule rule)
Register a rule for which this is the target
|
void export(ExpressionPresenter presenter)
presenter - the destination for the explanationvoid registerRule(Rule rule)
rule - a rule in which this is the targetCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.