Uses of Class
com.helger.schematron.svrl.SVRLSuccessfulReport
Packages that use SVRLSuccessfulReport
-
Uses of SVRLSuccessfulReport in com.helger.schematron.svrl
Methods in com.helger.schematron.svrl that return types with arguments of type SVRLSuccessfulReportModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<SVRLSuccessfulReport> SVRLHelper.getAllSuccessfulReports(SchematronOutputType aSchematronOutput) Get a list of all successful reports in a given schematron output.static com.helger.commons.collection.impl.ICommonsList<SVRLSuccessfulReport> SVRLHelper.getAllSuccessfulReportsMoreOrEqualSevereThan(SchematronOutputType aSchematronOutput, com.helger.commons.error.level.IErrorLevel aErrorLevel) Get a list of all successful reports in a given schematron output, with an error level equally or more severe than the passed error level.