Interface Validator

All Known Implementing Classes:
DefaultValidator

public interface Validator
Validator for event-based and hierarchical XML report files.
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(Path xmlFile)
    Validate the supplied XML file.
  • Method Details

    • validate

      ValidationResult validate(Path xmlFile)
      Validate the supplied XML file.
      Parameters:
      xmlFile - the XML file to validate
      Returns:
      validation result