Uses of Class
com.helger.schematron.svrl.jaxb.FailedAssert
Packages that use FailedAssert
-
Uses of FailedAssert in com.helger.schematron.svrl
Methods in com.helger.schematron.svrl with parameters of type FailedAssertModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<DiagnosticReference>SVRLHelper.getAllDiagnosticReferences(FailedAssert aFA) static com.helger.commons.collection.impl.ICommonsList<PropertyReference>SVRLHelper.getAllPropertyReferences(FailedAssert aFA) default com.helger.commons.error.level.IErrorLevelISVRLErrorLevelDeterminator.getErrorLevelFromFailedAssert(FailedAssert aFailedAssert) Get the error level associated with a single failed assertion.static com.helger.commons.error.level.IErrorLevelSVRLHelper.getErrorLevelFromFailedAssert(FailedAssert aFailedAssert) Get the error level associated with a single failed assertion.static TextSVRLHelper.getText(FailedAssert aFA) Constructors in com.helger.schematron.svrl with parameters of type FailedAssertModifierConstructorDescriptionSVRLFailedAssert(FailedAssert aFailedAssert) SVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) SVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, String> aLocationProvider, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) Constructor parameters in com.helger.schematron.svrl with type arguments of type FailedAssertModifierConstructorDescriptionSVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) SVRLFailedAssert(FailedAssert aFailedAssert, Function<? super FailedAssert, String> aLocationProvider, Function<? super FailedAssert, ? extends com.helger.commons.error.level.IErrorLevel> aErrLevelProvider) -
Uses of FailedAssert in com.helger.schematron.svrl.jaxb
Methods in com.helger.schematron.svrl.jaxb that return FailedAssertModifier and TypeMethodDescriptionFailedAssert.clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectFactory.createFailedAssert()Create an instance ofFailedAssertMethods in com.helger.schematron.svrl.jaxb with parameters of type FailedAssertModifier and TypeMethodDescriptionvoidFailedAssert.cloneTo(FailedAssert ret) This method clones all values fromthisto the passed object.