Interface | Description |
---|---|
DependentLaxValidationCase |
Interface for providing exceptional cases in XML validation (e.g. substitution
groups) which are cause by other exceptional cases.
|
LaxValidationCase |
Interface for providing exceptional cases
in XML validation (e.g. substitution groups).
|
Class | Description |
---|---|
AbstractDependentLaxValidationCase |
Provides default implementation for
AbstractLaxValidationCase.shouldPass(XmlError) (return false;). |
AbstractLaxValidationCase |
Provides an delegating implementation for
AbstractLaxValidationCase.shouldPass(XmlError) → AbstractLaxValidationCase.shouldPass(XmlValidationError) . |
GMLAbstractFeatureCase |
Allow substitutions of gml:AbstractFeature.
|
InsertionMetadataMissingCase | |
OfferingInSMLOutputsCase |
The following element is not allowed at
sml:system.outputs.OutputList.output.swe:Quantity.gml:metaDataProperty
but the 1.0.0 implemtation required, so we have this LaxValidationCase to accept the following element:<gml:metaDataProperty> <sos100:offering> <sos100:id>http://nsava.gov/sensors/gldas</sos100:id> <sos100:name>GLDAS</sos100:name> </sos100:offering> </gml:metaDataProperty> This case checks for the correct field, expected QName and offending
QName . |
SASamplingPointCase |
Allow sa:SamplingPoint when gml:AbstractFeature is expected.
|
SFSpatialSamplingFeatureCase | |
SosInsertionMetadataCase | |
XMLBeansParser |
Use this class when validating XML contents.
|
Exception | Description |
---|---|
XMLHandlingException |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.