Package | Description |
---|---|
org.n52.oxf.xmlbeans.parser |
Modifier and Type | Interface and Description |
---|---|
interface |
DependentLaxValidationCase
Interface for providing exceptional cases in XML validation (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDependentLaxValidationCase
Provides default implementation for
AbstractLaxValidationCase.shouldPass(XmlError) (return false;). |
class |
AbstractLaxValidationCase
Provides an delegating implementation for
AbstractLaxValidationCase.shouldPass(XmlError) → AbstractLaxValidationCase.shouldPass(XmlValidationError) . |
class |
GMLAbstractFeatureCase
Allow substitutions of gml:AbstractFeature.
|
class |
InsertionMetadataMissingCase |
class |
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 . |
class |
SASamplingPointCase
Allow sa:SamplingPoint when gml:AbstractFeature is expected.
SamplingPoint@http://www.opengis.net/sampling/1.0 substitutes SamplingFeature@http://www.opengis.net/sampling/1.0 substitutes _Feature@http://www.opengis.net/gml |
class |
SFSpatialSamplingFeatureCase |
class |
SosInsertionMetadataCase |
Modifier and Type | Method and Description |
---|---|
static List<LaxValidationCase> |
XMLBeansParser.getRegisteredLaxValidationCases()
Returns the list of currently registered
LaxValidationCase s |
Modifier and Type | Method and Description |
---|---|
static void |
XMLBeansParser.registerLaxValidationCase(LaxValidationCase lvc)
Register a new
LaxValidationCase which should
let pass corresponding "invalid" documents. |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.