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