public interface DependentLaxValidationCase extends LaxValidationCase
Modifier and Type | Method and Description |
---|---|
boolean |
shouldPass(org.apache.xmlbeans.XmlError validationError,
List<org.apache.xmlbeans.XmlError> allExceptionalCases) |
shouldPass, shouldPass
boolean shouldPass(org.apache.xmlbeans.XmlError validationError, List<org.apache.xmlbeans.XmlError> allExceptionalCases)
validationError
- the validation error to checkallExceptionalCases
- all validation errors in the current document incl. the one that is currently checked!DependentLaxValidationCase
is caused by one of the other cases and can be ignored.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.