public interface LaxValidationCase
Modifier and Type | Method and Description |
---|---|
boolean |
shouldPass(org.apache.xmlbeans.XmlError validationError) |
boolean |
shouldPass(org.apache.xmlbeans.XmlValidationError validationError)
Deprecated.
no longer called, due to the fact that errors can also be XmlError (the supertype).
Use
shouldPass(XmlError) instead and cast if needed. |
boolean shouldPass(org.apache.xmlbeans.XmlError validationError)
validationError
- the validation error@Deprecated boolean shouldPass(org.apache.xmlbeans.XmlValidationError validationError)
shouldPass(XmlError)
instead and cast if needed.validationError
- the validation errorCopyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.