public final class N52XmlHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static SchemaLocation |
SCHEMA_LOCATION_OM_100 |
static SchemaLocation |
SCHEMA_LOCATION_SOAP_12 |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getNamespaces(org.apache.xmlbeans.XmlObject xmlObject) |
static SchemaLocation |
getSchemaLocationForGML311()
GML 3.1.1 schema location
|
static SchemaLocation |
getSchemaLocationForGML321()
GML 3.2.1 schema location
|
static SchemaLocation |
getSchemaLocationForOGC()
SOS OGC schema location
|
static SchemaLocation |
getSchemaLocationForOM100()
OM 1.0.0 schema location
|
static SchemaLocation |
getSchemaLocationForOM200()
OM 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForOWS110()
OWS 1.1.0 schema location
|
static SchemaLocation |
getSchemaLocationForOWS110Exception()
OWS 1.1.0 schema location
|
static SchemaLocation |
getSchemaLocationForSA100()
Sampling 1.0.0 schema location
|
static SchemaLocation |
getSchemaLocationForSAMS200()
SamplingSpatial 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForSF200()
Sampling 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForSML101()
SensorML 1.0.1 schema location
|
static SchemaLocation |
getSchemaLocationForSOAP12() |
static SchemaLocation |
getSchemaLocationForSOS100()
SOS 1.0.0 schema location
|
static SchemaLocation |
getSchemaLocationForSOS200()
SOS 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForSWE101()
SWECommon 1.0.1 schema location
|
static SchemaLocation |
getSchemaLocationForSWE200()
SWECommon 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForSWES200()
SWECommon 2.0 schema location
|
static SchemaLocation |
getSchemaLocationForXLINK()
W3C XLINK schema location
|
static QName |
getSchemaLocationQName()
W3C XSI schema location
|
static QName |
getSchemaLocationQNameWithPrefix()
W3C XSI schema location with prefix
|
static String |
mergeSchemaLocationsToString(Iterable<SchemaLocation> schemaLocations) |
static void |
setSchemaLocationsToDocument(org.apache.xmlbeans.XmlObject document,
Collection<SchemaLocation> schemaLocations)
Sets the schema locations to a XmlObject
|
static void |
setSchemaLocationToDocument(org.apache.xmlbeans.XmlObject document,
String schemaLocations)
Sets the schema location to a XmlObject
|
public static final SchemaLocation SCHEMA_LOCATION_OM_100
public static final SchemaLocation SCHEMA_LOCATION_SOAP_12
public static void setSchemaLocationToDocument(org.apache.xmlbeans.XmlObject document,
String schemaLocations)
document - XML documentschemaLocations - schema locationpublic static void setSchemaLocationsToDocument(org.apache.xmlbeans.XmlObject document,
Collection<SchemaLocation> schemaLocations)
document - XML documentschemaLocations - List of schema locationspublic static String mergeSchemaLocationsToString(Iterable<SchemaLocation> schemaLocations)
public static QName getSchemaLocationQName()
public static QName getSchemaLocationQNameWithPrefix()
public static SchemaLocation getSchemaLocationForSOS100()
public static SchemaLocation getSchemaLocationForSOS200()
public static SchemaLocation getSchemaLocationForOM100()
public static SchemaLocation getSchemaLocationForOM200()
public static SchemaLocation getSchemaLocationForGML311()
public static SchemaLocation getSchemaLocationForGML321()
public static SchemaLocation getSchemaLocationForOGC()
public static SchemaLocation getSchemaLocationForOWS110()
public static SchemaLocation getSchemaLocationForOWS110Exception()
public static SchemaLocation getSchemaLocationForSA100()
public static SchemaLocation getSchemaLocationForSF200()
public static SchemaLocation getSchemaLocationForSAMS200()
public static SchemaLocation getSchemaLocationForSML101()
public static SchemaLocation getSchemaLocationForSWE101()
public static SchemaLocation getSchemaLocationForSWE200()
public static SchemaLocation getSchemaLocationForSWES200()
public static SchemaLocation getSchemaLocationForXLINK()
public static SchemaLocation getSchemaLocationForSOAP12()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.