deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

Uses of Class
org.deegree.commons.xml.XMLParsingException

Packages that use XMLParsingException
org.deegree.commons.xml   
org.deegree.commons.xml.stax   
org.deegree.crs.configuration.deegree.xml.stax.parsers   
org.deegree.crs.configuration.gml   
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.wfs.transaction   
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)
           
 List<org.apache.axiom.om.OMElement> XMLAdapter.getElements(org.apache.axiom.om.OMElement context, XPath xpath)
           
 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)
           
 QName XMLAdapter.getNodeAsQName(org.apache.axiom.om.OMElement context, XPath xpath, QName defaultValue)
           
 String XMLAdapter.getNodeAsString(org.apache.axiom.om.OMElement context, XPath xpath, String defaultValue)
           
 URL XMLAdapter.getNodeAsURL(org.apache.axiom.om.OMElement context, XPath xpath, URL defaultValue)
           
 Version XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context, XPath xpath, Version defaultValue)
           
 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)
           
 List<org.apache.axiom.om.OMElement> XMLAdapter.getRequiredElements(org.apache.axiom.om.OMElement context, XPath xpath)
           
 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)
           
 QName XMLAdapter.getRequiredNodeAsQName(org.apache.axiom.om.OMElement context, XPath xpath)
           
 String XMLAdapter.getRequiredNodeAsString(org.apache.axiom.om.OMElement context, XPath xpath)
           
 URL XMLAdapter.getRequiredNodeAsURL(org.apache.axiom.om.OMElement context, XPath xpath)
           
 Version XMLAdapter.getRequiredNodeAsVersion(org.apache.axiom.om.OMElement context, XPath xpath)
           
 List XMLAdapter.getRequiredNodes(org.apache.axiom.om.OMElement context, XPath xpath)
           
 boolean XMLAdapter.parseBoolean(String s)
          Parses the given String as an xsd:boolean value.
 double XMLAdapter.parseDouble(String s)
          Parses the given String as an xsd:double value.
 float XMLAdapter.parseFloat(String s)
          Parses the given String as an xsd:float value.
 int XMLAdapter.parseInt(String s)
          Parses the given String as an xsd:integer value.
 QName XMLAdapter.parseQName(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.
 URL XMLAdapter.parseURL(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 String StAXParsingHelper.getAttributeValue(XMLStreamReader xmlStream, String localName)
           
static boolean StAXParsingHelper.getAttributeValueAsBoolean(XMLStreamReader xmlStream, String namespaceURI, String localName, boolean defaultValue)
           
 QName XMLStreamReaderWrapper.getAttributeValueAsQName(String namespaceURI, String localName)
           
static QName StAXParsingHelper.getAttributeValueAsQName(XMLStreamReader xmlStream, String namespaceURI, String localName)
           
 double XMLStreamReaderWrapper.getElementTextAsDouble()
           
 double XMLStreamReaderWrapper.getElementTextAsDouble(String namespaceURI, String localName)
           
 int XMLStreamReaderWrapper.getElementTextAsPositiveInteger()
           
 int XMLStreamReaderWrapper.getElementTextAsPositiveInteger(String namespaceURI, String localName)
           
 QName XMLStreamReaderWrapper.getElementTextAsQName()
           
static QName StAXParsingHelper.getElementTextAsQName(XMLStreamReader xmlStream)
           
static String StAXParsingHelper.getRequiredAttributeValue(XMLStreamReader xmlStream, String localName)
           
static String StAXParsingHelper.getRequiredAttributeValue(XMLStreamReader xmlStream, String namespaceURI, String localName)
           
static void StAXParsingHelper.require(XMLStreamReader xmlStream, int eventType)
           
static void StAXParsingHelper.requireNextTag(XMLStreamReader xmlStream, int eventType)
           
static void StAXParsingHelper.requireStartElement(XMLStreamReader xmlStream, Collection<QName> expectedElements)
           
 

Uses of XMLParsingException in org.deegree.crs.configuration.deegree.xml.stax.parsers
 

Methods in org.deegree.crs.configuration.deegree.xml.stax.parsers that throw XMLParsingException
protected  Axis CoordinateSystemParser.parseAxis(XMLStreamReader reader)
          Parses an axis element
 

Uses of XMLParsingException in org.deegree.crs.configuration.gml
 

Methods in org.deegree.crs.configuration.gml that throw XMLParsingException
protected  org.apache.axiom.om.OMElement GMLCRSProvider.getRequiredXlinkedElement(org.apache.axiom.om.OMElement propertyElement, 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)
           
protected  Transformation GMLCRSProvider.parseGMLTransformation(org.apache.axiom.om.OMElement rootElement)
          Parses some of the gml 3.2 transformation constructs.
protected  CRSIdentifiable GMLCRSProvider.parseIdentifiedObject(org.apache.axiom.om.OMElement rootElement)
           
protected  Pair<CRSIdentifiable,Pair<Unit,Double>> GMLCRSProvider.parseParameterValue(org.apache.axiom.om.OMElement rootElement)
           
protected  List<Pair<CRSIdentifiable,Pair<Unit,Double>>> 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
static Feature FeatureCoder.decode(InputStream is, ApplicationSchema schema, CRS crs, GMLReferenceResolver idResolver)
           
 

Uses of XMLParsingException in org.deegree.feature.persistence.memory
 

Constructors in org.deegree.feature.persistence.memory that throw XMLParsingException
MemoryFeatureStore(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(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(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(XMLStreamReader reader, XMLStreamWriter writer, CoordinateSystem sourceCRS, GMLVersion gmlVersion, boolean testValidArea)
          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, QName ftName)
          Returns the feature type with the given name.
 T CustomPropertyReader.parse(XMLStreamReaderWrapper xmlStream)
          Returns the object representation for the property element event that the cursor of the given XMLStreamReader points at.
 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 GMLGeometryReader.parse(XMLStreamReaderWrapper xmlStream)
           
 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, CRS defaultCRS)
           
 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.
 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.
(package private)  Points GML3CurveSegmentReader.parseControlPoints(XMLStreamReaderWrapper xmlStream, CRS crs)
          Parses the control points of a curve segment element.
protected  List<Point> GML3GeometryBaseReader.parseCoordinates(XMLStreamReaderWrapper xmlStream, CRS crs)
           
 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).
(package private)  CurveSegment GML3CurveSegmentReader.parseCurveSegment(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation for a gml:_CurveSegment element.
protected  Point GML3GeometryBaseReader.parseDirectPositionType(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
protected  double[] GML3GeometryBaseReader.parseDoubleList(XMLStreamReaderWrapper xmlStream)
           
 Envelope GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream)
          Returns the object representation of a gml:Envelope element.
 Envelope GMLGeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 Envelope GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:Envelope element.
 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 GML2GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream)
          Parse the current geometry or bbox, the given stream is pointing to.
 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, CRS defaultCRS)
           
 Geometry GMLGeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Parse the current geometry or envelope 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 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).
(package private)  LineStringSegment GML3CurveSegmentReader.parseLineStringSegment(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a (<gml:LineStringSegment>) element.
 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.
(package private)  PolygonPatch GML3SurfacePatchReader.parsePolygonPatch(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a <gml:PolygonPatch> element.
 Polygon GML3GeometryReader.parsePolygonProperty(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of an element with type gml:PolygonPropertyType (such as gml:polygonProperty).
protected  List<Point> GML3GeometryBaseReader.parsePosList(XMLStreamReaderWrapper xmlStream, CRS crs)
           
 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).
(package private)  SurfacePatch GML3SurfacePatchReader.parseSurfacePatch(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation for a gml:_SurfacePatch element.
 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.
(package private)  Triangle GML3SurfacePatchReader.parseTriangle(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a <gml:Triangle> 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  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.wfs.transaction
 

Methods in org.deegree.protocol.wfs.transaction that throw XMLParsingException
(package private) static TransactionOperation TransactionXMLAdapter.parseOperation110(XMLStreamReader xmlStream)
           
 

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.
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>