|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.peppol.validation.commons.schematron.svrl.SVRLUtils
@Immutable public final class SVRLUtils
Miscellaneous utility methods for handling Schematron output (SVRL).
Method Summary | |
---|---|
static List<SVRLFailedAssert> |
getAllFailedAssertions(SchematronOutputType aSchematronOutput)
Get a list of all failed assertions in a given schematron output. |
static com.phloc.commons.error.EErrorLevel |
getErrorLevelFromFailedAssert(FailedAssertType aFailedAssert)
Get the error level associated with a single failed assertion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Nonnull @ReturnsMutableCopy public static List<SVRLFailedAssert> getAllFailedAssertions(@Nonnull SchematronOutputType aSchematronOutput)
aSchematronOutput
- The schematron output to be used. May not be null
.
null
list with all failed assertions.@Nonnull public static com.phloc.commons.error.EErrorLevel getErrorLevelFromFailedAssert(@Nonnull FailedAssertType aFailedAssert)
aFailedAssert
- The failed assert to be queried. May not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |