public interface IAccumulatorManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(TreeInfo tree,
Accumulator accumulator)
Ask whether a particular accumulator is applicable to a particular tree
|
void |
setApplicableAccumulators(TreeInfo tree,
Set<? extends Accumulator> accumulators)
By default, all accumulators are applicable to any given tree.
|
void setApplicableAccumulators(TreeInfo tree, Set<? extends Accumulator> accumulators)
tree - the document tree in questionaccumulators - the set of accumulators that are appicableboolean isApplicable(TreeInfo tree, Accumulator accumulator)
tree - the tree in questionaccumulator - the accumulator in questionCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.