|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLParsingException | |
---|---|
org.deegree.commons.xml | |
org.deegree.commons.xml.stax | |
org.deegree.cs.configuration.deegree.xml.stax.parsers | |
org.deegree.cs.configuration.gml | This package contains the classes used for reading gml based coordinate system configuration backends. |
org.deegree.feature.persistence | |
org.deegree.feature.persistence.memory | |
org.deegree.filter.xml | |
org.deegree.gml | |
org.deegree.gml.feature | |
org.deegree.gml.geometry | |
org.deegree.protocol.ows.capabilities | |
org.deegree.protocol.sos | |
org.deegree.protocol.sos.getobservation | |
org.deegree.protocol.wfs.describefeaturetype | |
org.deegree.protocol.wfs.getgmlobject | |
org.deegree.protocol.wps.describeprocess |
Uses of XMLParsingException in org.deegree.commons.xml |
---|
Methods in org.deegree.commons.xml that throw XMLParsingException | |
---|---|
org.apache.axiom.om.OMElement |
XMLAdapter.getElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.util.List<org.apache.axiom.om.OMElement> |
XMLAdapter.getElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.lang.Object |
XMLAdapter.getNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.getNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath,
boolean defaultValue)
|
double |
XMLAdapter.getNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath,
double defaultValue)
|
float |
XMLAdapter.getNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath,
float defaultValue)
|
int |
XMLAdapter.getNodeAsInt(org.apache.axiom.om.OMElement context,
XPath xpath,
int defaultValue)
|
javax.xml.namespace.QName |
XMLAdapter.getNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath,
javax.xml.namespace.QName defaultValue)
|
java.lang.String |
XMLAdapter.getNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath,
java.lang.String defaultValue)
|
java.net.URL |
XMLAdapter.getNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath,
java.net.URL defaultValue)
|
Version |
XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath,
Version defaultValue)
|
java.util.List |
XMLAdapter.getNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|
org.apache.axiom.om.OMElement |
XMLAdapter.getRequiredElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.util.List<org.apache.axiom.om.OMElement> |
XMLAdapter.getRequiredElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.lang.Object |
XMLAdapter.getRequiredNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.getRequiredNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath)
|
double |
XMLAdapter.getRequiredNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath)
|
float |
XMLAdapter.getRequiredNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath)
|
int |
XMLAdapter.getRequiredNodeAsInteger(org.apache.axiom.om.OMElement context,
XPath xpath)
|
javax.xml.namespace.QName |
XMLAdapter.getRequiredNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.lang.String |
XMLAdapter.getRequiredNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.net.URL |
XMLAdapter.getRequiredNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Version |
XMLAdapter.getRequiredNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath)
|
java.util.List |
XMLAdapter.getRequiredNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.parseBoolean(java.lang.String s)
Parses the given String as an xsd:boolean value. |
double |
XMLAdapter.parseDouble(java.lang.String s)
Parses the given String as an xsd:double value. |
float |
XMLAdapter.parseFloat(java.lang.String s)
Parses the given String as an xsd:float value. |
int |
XMLAdapter.parseInt(java.lang.String s)
Parses the given String as an xsd:integer value. |
javax.xml.namespace.QName |
XMLAdapter.parseQName(java.lang.String s,
org.apache.axiom.om.OMElement element)
Parses the given String as an xsd:QName value. |
SimpleLink |
XMLAdapter.parseSimpleLink(org.apache.axiom.om.OMElement element)
Parses the submitted XML element as a SimpleLink . |
java.net.URL |
XMLAdapter.parseURL(java.lang.String s)
Parses the given String as an URL . |
Uses of XMLParsingException in org.deegree.commons.xml.stax |
---|
Methods in org.deegree.commons.xml.stax that throw XMLParsingException | |
---|---|
static java.lang.String |
StAXParsingHelper.getAttributeValue(javax.xml.stream.XMLStreamReader xmlStream,
java.lang.String localName)
|
static boolean |
StAXParsingHelper.getAttributeValueAsBoolean(javax.xml.stream.XMLStreamReader xmlStream,
java.lang.String namespaceURI,
java.lang.String localName,
boolean defaultValue)
|
javax.xml.namespace.QName |
XMLStreamReaderWrapper.getAttributeValueAsQName(java.lang.String namespaceURI,
java.lang.String localName)
|
static javax.xml.namespace.QName |
StAXParsingHelper.getAttributeValueAsQName(javax.xml.stream.XMLStreamReader xmlStream,
java.lang.String namespaceURI,
java.lang.String localName)
|
double |
XMLStreamReaderWrapper.getElementTextAsDouble()
|
double |
XMLStreamReaderWrapper.getElementTextAsDouble(java.lang.String namespaceURI,
java.lang.String localName)
|
int |
XMLStreamReaderWrapper.getElementTextAsPositiveInteger()
|
int |
XMLStreamReaderWrapper.getElementTextAsPositiveInteger(java.lang.String namespaceURI,
java.lang.String localName)
|
javax.xml.namespace.QName |
XMLStreamReaderWrapper.getElementTextAsQName()
|
static javax.xml.namespace.QName |
StAXParsingHelper.getElementTextAsQName(javax.xml.stream.XMLStreamReader xmlStream)
|
static java.lang.String |
StAXParsingHelper.getRequiredAttributeValue(javax.xml.stream.XMLStreamReader xmlStream,
java.lang.String localName)
|
static java.lang.String |
StAXParsingHelper.getRequiredAttributeValue(javax.xml.stream.XMLStreamReader xmlStream,
java.lang.String namespaceURI,
java.lang.String localName)
|
static void |
StAXParsingHelper.require(javax.xml.stream.XMLStreamReader xmlStream,
int eventType)
|
static void |
StAXParsingHelper.requireNextTag(javax.xml.stream.XMLStreamReader xmlStream,
int eventType)
|
static void |
StAXParsingHelper.requireStartElement(javax.xml.stream.XMLStreamReader xmlStream,
java.util.Collection<javax.xml.namespace.QName> expectedElements)
|
Uses of XMLParsingException in org.deegree.cs.configuration.deegree.xml.stax.parsers |
---|
Methods in org.deegree.cs.configuration.deegree.xml.stax.parsers that throw XMLParsingException | |
---|---|
protected Axis |
CoordinateSystemParser.parseAxis(javax.xml.stream.XMLStreamReader reader)
Parses an axis element |
Uses of XMLParsingException in org.deegree.cs.configuration.gml |
---|
Methods in org.deegree.cs.configuration.gml that throw XMLParsingException | |
---|---|
protected org.apache.axiom.om.OMElement |
GMLCRSProvider.getRequiredXlinkedElement(org.apache.axiom.om.OMElement propertyElement,
java.lang.String alternativeXPath)
convenience method to retrieve a given required element either by resolving a optional xlink or by evaluating the required element denoted by the xpath. |
protected Axis |
GMLCRSProvider.parseAxis(org.apache.axiom.om.OMElement rootElement)
|
protected Axis[] |
GMLCRSProvider.parseAxisFromCSType(org.apache.axiom.om.OMElement rootElement)
For the ellipsoidal and cartesian cs Types, this method also checks the consistency of axis (radian, radian, [metre] ) or (metre, metre, [metre] ). |
protected CompoundCRS |
GMLCRSProvider.parseCompoundCRS(org.apache.axiom.om.OMElement rootElement)
This methods parses the given element and maps it onto a CompoundCRS . |
protected GeodeticDatum |
GMLCRSProvider.parseDatum(org.apache.axiom.om.OMElement rootElement)
|
protected Ellipsoid |
GMLCRSProvider.parseEllipsoid(org.apache.axiom.om.OMElement rootElement)
|
protected CoordinateSystem |
GMLCRSProvider.parseGeodeticCRS(org.apache.axiom.om.OMElement rootElement)
|
Transformation |
GMLCRSProvider.parseGMLTransformation(org.apache.axiom.om.OMElement rootElement,
CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
Parses some of the gml 3.2 transformation constructs. |
CRSIdentifiable |
GMLCRSProvider.parseIdentifiedObject(org.apache.axiom.om.OMElement rootElement)
|
protected Pair<CRSIdentifiable,java.lang.Object> |
GMLCRSProvider.parseParameterValue(org.apache.axiom.om.OMElement rootElement)
|
protected java.util.List<Pair<CRSIdentifiable,java.lang.Object>> |
GMLCRSProvider.parseParameterValues(org.apache.axiom.om.OMElement rootElement)
|
protected PrimeMeridian |
GMLCRSProvider.parsePrimeMeridian(org.apache.axiom.om.OMElement rootElement)
|
protected CoordinateSystem |
GMLCRSProvider.parseProjectedCRS(org.apache.axiom.om.OMElement rootElement)
|
protected Projection |
GMLCRSProvider.parseProjection(org.apache.axiom.om.OMElement rootElement,
GeographicCRS underlyingCRS)
For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an CRSIdentifiable Object (used for the Projections). |
protected Unit |
GMLCRSProvider.parseUnitOfMeasure(org.apache.axiom.om.OMElement elementContainingUOMAttribute)
Returns the unit defined by the uomAttribute given of the given element. |
protected VerticalCRS |
GMLCRSProvider.parseVerticalCRS(org.apache.axiom.om.OMElement rootElement)
|
protected VerticalDatum |
GMLCRSProvider.parseVerticalDatum(org.apache.axiom.om.OMElement rootElement)
|
Uses of XMLParsingException in org.deegree.feature.persistence |
---|
Methods in org.deegree.feature.persistence that throw XMLParsingException | |
---|---|
GMLObject |
BlobCodec.decode(java.io.InputStream is,
java.util.Map<java.lang.String,java.lang.String> nsContext,
ApplicationSchema schema,
CRS crs,
GMLReferenceResolver idResolver)
Decodes the given GMLObject from the specified input stream. |
Uses of XMLParsingException in org.deegree.feature.persistence.memory |
---|
Constructors in org.deegree.feature.persistence.memory that throw XMLParsingException | |
---|---|
MemoryFeatureStore(java.net.URL docURL,
ApplicationSchema schema)
Creates a new MemoryFeatureStore that is backed by the given GML file. |
Uses of XMLParsingException in org.deegree.filter.xml |
---|
Methods in org.deegree.filter.xml that throw XMLParsingException | |
---|---|
static Filter |
Filter100XMLDecoder.parse(javax.xml.stream.XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
associated XMLStreamReader points at. |
static Filter |
Filter110XMLDecoder.parse(javax.xml.stream.XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
associated XMLStreamReader points at. |
Uses of XMLParsingException in org.deegree.gml |
---|
Methods in org.deegree.gml that throw XMLParsingException | |
---|---|
GMLObject |
GMLStreamReader.read()
Returns the deegree model representation for the GML object element event that the cursor of the underlying xml stream points to. |
Feature |
GMLStreamReader.readFeature()
Returns the deegree model representation for the GML feature element event that the cursor of the underlying xml stream points to. |
FeatureCollection |
GMLStreamReader.readFeatureCollection()
Returns the deegree model representation for the GML feature collection element event that the cursor of the underlying xml stream points to. |
Geometry |
GMLStreamReader.readGeometry()
Returns the deegree model representation for the GML geometry element event that the cursor of the underlying xml stream points to. |
Geometry |
GMLStreamReader.readGeometryOrEnvelope()
Returns the deegree model representation for the GML geometry element event that the cursor of the underlying xml stream points to. |
StreamFeatureCollection |
GMLStreamReader.readStreamFeatureCollection()
Returns the deegree model representation for the GML feature collection element event that the cursor of the underlying xml stream points to. |
void |
XMLTransformer.transform(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.XMLStreamWriter writer,
CoordinateSystem sourceCRS,
GMLVersion gmlVersion,
boolean testValidArea,
java.util.List<Transformation> requestedTransformation)
Transforms the given input stream, and streams the input into the output directly. |
void |
XMLTransformer.transform(javax.xml.stream.XMLStreamReader reader,
javax.xml.stream.XMLStreamWriter writer,
GMLVersion gmlVersion)
Transforms the given input stream, and streams the input into the output directly. |
Uses of XMLParsingException in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature that throw XMLParsingException | |
---|---|
protected FeatureType |
GMLFeatureReader.lookupFeatureType(XMLStreamReaderWrapper xmlStreamReader,
javax.xml.namespace.QName ftName)
Returns the feature type with the given name. |
Feature |
GMLFeatureReader.parseFeature(XMLStreamReaderWrapper xmlStream,
CRS crs)
Returns the object representation for the feature (or feature collection) element event that the cursor of the given XMLStreamReader points at. |
Property |
GMLFeatureReader.parseProperty(XMLStreamReaderWrapper xmlStream,
PropertyType propDecl,
CRS crs,
int occurence)
Returns the object representation for the given property element. |
Uses of XMLParsingException in org.deegree.gml.geometry |
---|
Methods in org.deegree.gml.geometry that throw XMLParsingException | |
---|---|
Geometry |
GML3GeometryReader.parse(XMLStreamReaderWrapper xmlStream)
Returns the object representation for the given gml:_Geometry element event that the cursor of the
associated XMLStreamReader points at. |
Geometry |
GMLGeometryReader.parse(XMLStreamReaderWrapper xmlStream)
|
Geometry |
GML3GeometryReader.parse(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Geometry element event that the cursor of the
associated XMLStreamReader points at. |
Geometry |
GMLGeometryReader.parse(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
Curve |
GML3GeometryReader.parseAbstractCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Curve element event that the cursor of the
associated XMLStreamReader points at. |
Geometry |
GML3GeometryReader.parseAbstractGeometricComplex(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Geometry event that represents a geometric
complex (either gml:CompositeCurve , gml:CompositeSolid ,
gml:CompositeSurface or gml:GeometricComplex ), that the cursor of the given
XMLStreamReader points at. |
Ring |
GML3GeometryReader.parseAbstractRing(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:_Ring>) element. |
Solid |
GML3GeometryReader.parseAbstractSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:_Solid element. |
Surface |
GML3GeometryReader.parseAbstractSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:_Surface>) element. |
CompositeSolid |
GML3GeometryReader.parseCompositeSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:CompositeSolid element. |
CompositeSurface |
GML3GeometryReader.parseCompositeSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:CompositeSurface element. |
Curve |
GML3GeometryReader.parseCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:Curve element. |
Curve |
GML3GeometryReader.parseCurveProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:CurvePropertyType (such as
gml:curveProperty ). |
Envelope |
GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream)
Returns the object representation of a gml:Envelope element. |
Envelope |
GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:Envelope element. |
Envelope |
GMLGeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
MultiGeometry<? extends Geometry> |
GML3GeometryReader.parseGeometricAggregate(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_GeometricAggregate element event that the
cursor of the given XMLStreamReader points at. |
CompositeGeometry<GeometricPrimitive> |
GML3GeometryReader.parseGeometricComplex(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:GeometricComplex element. |
GeometricPrimitive |
GML3GeometryReader.parseGeometricPrimitive(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_GeometricPrimitive element event that the
cursor of the associated XMLStreamReader points at. |
GeometricPrimitive |
GML3GeometryReader.parseGeometricPrimitiveProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:GeometricPrimitivePropertyType (such
as gml:element ). |
Geometry |
GML2GeometryReader.parseGeometryOrBox(XMLStreamReaderWrapper xmlStream)
Parse the current geometry or bbox, the given stream is pointing to. |
Geometry |
GML2GeometryReader.parseGeometryOrBox(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
Geometry |
GML3GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream)
Returns the object representation for the given gml:_Geometry/gml:Envelope element event that the
cursor of the associated XMLStreamReader points at. |
Geometry |
GML2GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream)
Parse the current geometry or bbox, the given stream is pointing to. |
Geometry |
GML3GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Geometry/gml:Envelope element event that the
cursor of the associated XMLStreamReader points at. |
Geometry |
GML2GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
Geometry |
GMLGeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Parse the current geometry or envelope the given stream is pointing to. |
Geometry |
GML3GeometryReader.parseGeometryProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:GeometryPropertyType (such as
gml:geometryMember ). |
Geometry |
GML3GeometryReader.parseImplicitGeometry(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_ImplicitGeometry element event that the cursor
of the associated XMLStreamReader points at. |
LinearRing |
GML3GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:LinearRing element. |
LineString |
GML3GeometryReader.parseLineString(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:LineString element. |
LineString |
GML3GeometryReader.parseLineStringProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:LineStringPropertyType (such as
gml:lineStringProperty ). |
MultiCurve |
GML3GeometryReader.parseMultiCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiCurve element. |
MultiGeometry<Geometry> |
GML3GeometryReader.parseMultiGeometry(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiGeometry element. |
MultiLineString |
GML3GeometryReader.parseMultiLineString(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiLineString element. |
MultiPoint |
GML3GeometryReader.parseMultiPoint(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiPoint element. |
MultiPolygon |
GML3GeometryReader.parseMultiPolygon(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiPolygon element. |
MultiSolid |
GML3GeometryReader.parseMultiSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiSolid element. |
MultiSurface |
GML3GeometryReader.parseMultiSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiSurface element. |
OrientableSurface |
GML3GeometryReader.parseOrientableSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:OrientableSurface element. |
Point |
GML3GeometryReader.parsePoint(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Point>) element. |
Point |
GML3GeometryReader.parsePointProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:PointPropertyType (such as
gml:pointProperty ). |
Polygon |
GML3GeometryReader.parsePolygon(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Polygon>) element. |
Polygon |
GML3GeometryReader.parsePolygonProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:PolygonPropertyType (such as
gml:polygonProperty ). |
Solid |
GML3GeometryReader.parseSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Solid>) element. |
Solid |
GML3GeometryReader.parseSolidProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:SolidPropertyType (such as
gml:solidProperty ). |
Surface |
GML3GeometryReader.parseSurfaceProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:SurfacePropertyType (such as
gml:surfaceProperty ). |
Tin |
GML3GeometryReader.parseTin(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Tin>) element. |
Uses of XMLParsingException in org.deegree.protocol.ows.capabilities |
---|
Methods in org.deegree.protocol.ows.capabilities that throw XMLParsingException | |
---|---|
GetCapabilities |
GetCapabilitiesXMLParser.parse100()
Parses an OWS 1.0.0 GetCapabilitiesType into a GetCapabilities object. |
GetCapabilities |
GetCapabilitiesXMLParser.parse110()
Parses an OWS 1.1.0 GetCapabilitiesType into a GetCapabilities object. |
Uses of XMLParsingException in org.deegree.protocol.sos |
---|
Methods in org.deegree.protocol.sos that throw XMLParsingException | |
---|---|
protected java.lang.String |
SOSRequest100XMLAdapter.getRequiredStringNode(org.apache.axiom.om.OMElement root,
XPath xpath)
Return the required node, throws an OWS MissingParameterValue exception if the node is missing. |
Uses of XMLParsingException in org.deegree.protocol.sos.getobservation |
---|
Subclasses of XMLParsingException in org.deegree.protocol.sos.getobservation | |
---|---|
static class |
EventTime100XMLAdapter.EventTimeXMLParsingException
EventTimeXMLParsingException is a hack to get correct OWSException codes. |
static class |
GetObservation100XMLAdapter.ResultFilterException
ResultFilterException is a hack to work around missing OWSException in core. |
Uses of XMLParsingException in org.deegree.protocol.wfs.describefeaturetype |
---|
Methods in org.deegree.protocol.wfs.describefeaturetype that throw XMLParsingException | |
---|---|
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse100()
Parses a WFS 1.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse110()
Parses a WFS 1.1.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse200()
Parses a WFS 2.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
Uses of XMLParsingException in org.deegree.protocol.wfs.getgmlobject |
---|
Methods in org.deegree.protocol.wfs.getgmlobject that throw XMLParsingException | |
---|---|
GetGmlObject |
GetGmlObjectXMLAdapter.parse110()
Parses a WFS 1.1.0 GetGmlObject document into a GetGmlObject request. |
Uses of XMLParsingException in org.deegree.protocol.wps.describeprocess |
---|
Methods in org.deegree.protocol.wps.describeprocess that throw XMLParsingException | |
---|---|
DescribeProcessRequest |
DescribeProcessRequestXMLAdapter.parse100()
Parses the encapsulated WPS 1.0.0 < DescribeProcess > element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |