Package com.helger.schematron.svrl
Class SVRLSuccessfulReport
java.lang.Object
com.helger.schematron.svrl.AbstractSVRLMessage
com.helger.schematron.svrl.SVRLSuccessfulReport
A wrapper around
SuccessfulReport with easier error level handling.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionSVRLSuccessfulReport(SuccessfulReport aSuccessfulReport) SVRLSuccessfulReport(SuccessfulReport aSuccessfulReport, Function<? super SuccessfulReport, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) SVRLSuccessfulReport(SuccessfulReport aSuccessfulReport, Function<? super SuccessfulReport, String> aLocationProvider, Function<? super SuccessfulReport, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) -
Method Summary
Methods inherited from class com.helger.schematron.svrl.AbstractSVRLMessage
getAsResourceError, getDiagnosticReferences, getFlag, getID, getLocation, getRole, getTest, getText, toString
-
Constructor Details
-
SVRLSuccessfulReport
-
SVRLSuccessfulReport
public SVRLSuccessfulReport(@Nonnull SuccessfulReport aSuccessfulReport, @Nonnull Function<? super SuccessfulReport, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) -
SVRLSuccessfulReport
public SVRLSuccessfulReport(@Nonnull SuccessfulReport aSuccessfulReport, @Nonnull Function<? super SuccessfulReport, String> aLocationProvider, @Nonnull Function<? super SuccessfulReport, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider)
-