public interface ValidationStatisticsRecipient
Modifier and Type | Method and Description |
---|---|
void |
notifyValidationStatistics(java.util.Map<SchemaComponent,java.lang.Integer> statistics)
Notify the validation statistics
|
void notifyValidationStatistics(java.util.Map<SchemaComponent,java.lang.Integer> statistics) throws XPathException
statistics
- the statistics, in the form of a map from schema components (currently,
element declarations and schema types) to a count of how often the component
was used during the validation episodeXPathException
- if any error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.