Uses of Class
com.helger.schematron.svrl.jaxb.SuccessfulReport
Packages that use SuccessfulReport
-
Uses of SuccessfulReport in com.helger.schematron.svrl
Methods in com.helger.schematron.svrl with parameters of type SuccessfulReportModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<DiagnosticReference>SVRLHelper.getAllDiagnosticReferences(SuccessfulReport aSR) static com.helger.commons.collection.impl.ICommonsList<PropertyReference>SVRLHelper.getAllPropertyReferences(SuccessfulReport aSR) default com.helger.commons.error.level.IErrorLevelISVRLErrorLevelDeterminator.getErrorLevelFromSuccessfulReport(SuccessfulReport aSuccessfulReport) Get the error level associated with a single successful report.static com.helger.commons.error.level.IErrorLevelSVRLHelper.getErrorLevelFromSuccessfulReport(SuccessfulReport aSuccessfulReport) Get the error level associated with a single successful report.static TextSVRLHelper.getText(SuccessfulReport aSR) Constructors in com.helger.schematron.svrl with parameters of type SuccessfulReportModifierConstructorDescriptionSVRLSuccessfulReport(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) Constructor parameters in com.helger.schematron.svrl with type arguments of type SuccessfulReportModifierConstructorDescriptionSVRLSuccessfulReport(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) -
Uses of SuccessfulReport in com.helger.schematron.svrl.jaxb
Methods in com.helger.schematron.svrl.jaxb that return SuccessfulReportModifier and TypeMethodDescriptionSuccessfulReport.clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectFactory.createSuccessfulReport()Create an instance ofSuccessfulReportMethods in com.helger.schematron.svrl.jaxb with parameters of type SuccessfulReportModifier and TypeMethodDescriptionvoidSuccessfulReport.cloneTo(SuccessfulReport ret) This method clones all values fromthisto the passed object.