Interface ValidationStatisticsRecipient


public interface ValidationStatisticsRecipient
Defines a class that is notified of validation statistics at the end of a validation episode
  • Method Details

    • notifyValidationStatistics

      void notifyValidationStatistics(Map<SchemaComponent,Integer> statistics) throws XPathException
      Notify the validation statistics
      Parameters:
      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 episode
      Throws:
      XPathException