Interface Validator
- All Known Implementing Classes:
DefaultValidator
public interface Validator
Validator for event-based and hierarchical XML report files.
-
Method Summary
Modifier and TypeMethodDescriptionValidate the supplied XML file.
-
Method Details
-
validate
Validate the supplied XML file.- Parameters:
xmlFile
- the XML file to validate- Returns:
- validation result
-