public abstract class AbstractDependentLaxValidationCase extends AbstractLaxValidationCase implements DependentLaxValidationCase
AbstractLaxValidationCase.shouldPass(XmlError)
(return false;).Constructor and Description |
---|
AbstractDependentLaxValidationCase() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
shouldPass(org.apache.xmlbeans.XmlError validationError,
List<org.apache.xmlbeans.XmlError> allExceptionalCases) |
boolean |
shouldPass(org.apache.xmlbeans.XmlValidationError validationError) |
shouldPass
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldPass
public boolean shouldPass(org.apache.xmlbeans.XmlValidationError validationError)
shouldPass
in interface LaxValidationCase
shouldPass
in class AbstractLaxValidationCase
validationError
- the validation errorpublic abstract boolean shouldPass(org.apache.xmlbeans.XmlError validationError, List<org.apache.xmlbeans.XmlError> allExceptionalCases)
shouldPass
in interface DependentLaxValidationCase
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.