Uses of Class
org.ikasan.component.validator.ValidationResult
-
Packages that use ValidationResult Package Description org.ikasan.component.validator.schematron -
-
Uses of ValidationResult in org.ikasan.component.validator.schematron
Methods in org.ikasan.component.validator.schematron that return ValidationResult Modifier and Type Method Description ValidationResult<org.w3c.dom.Document,org.w3c.dom.Document>SchematronValidator. invoke(org.w3c.dom.Document document)Methods in org.ikasan.component.validator.schematron with parameters of type ValidationResult Modifier and Type Method Description protected voidSchematronValidator. processValidationResult(SchematronOutputType schematronOutputType, ValidationResult validationResult)
-