| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLParsingException in org.deegree.crs.configuration.gml | 
|---|
| Methods in org.deegree.crs.configuration.gml that throw XMLParsingException | |
|---|---|
protected  Element | 
GMLCRSProvider.getRequiredXlinkedElement(Element 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(Element rootElement)
 | 
protected  Axis[] | 
GMLCRSProvider.parseAxisFromCSType(Element 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(Element rootElement)
This methods parses the given element and maps it onto a CompoundCRS. | 
protected  GeodeticDatum | 
GMLCRSProvider.parseDatum(Element rootElement)
 | 
protected  Ellipsoid | 
GMLCRSProvider.parseEllipsoid(Element rootElement)
 | 
protected  CoordinateSystem | 
GMLCRSProvider.parseGeodeticCRS(Element rootElement)
 | 
protected  Transformation | 
GMLCRSProvider.parseGMLTransformation(Element rootElement)
Parses some of the gml 3.2 transformation constructs.  | 
 Identifiable | 
GMLCRSProvider.parseIdentifiedObject(Element rootElement)
 | 
protected  Pair<Identifiable,Pair<Unit,Double>> | 
GMLCRSProvider.parseParameterValue(Element rootElement)
 | 
protected  List<Pair<Identifiable,Pair<Unit,Double>>> | 
GMLCRSProvider.parseParameterValues(Element rootElement)
 | 
protected  PrimeMeridian | 
GMLCRSProvider.parsePrimeMeridian(Element rootElement)
 | 
protected  CoordinateSystem | 
GMLCRSProvider.parseProjectedCRS(Element rootElement)
 | 
protected  Projection | 
GMLCRSProvider.parseProjection(Element rootElement,
                               GeographicCRS underlyingCRS)
For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an Identifiable Object (used for the Projections).  | 
protected  Unit | 
GMLCRSProvider.parseUnitOfMeasure(Element elementContainingUOMAttribute)
Returns the unit defined by the uomAttribute given of the given element.  | 
protected  VerticalCRS | 
GMLCRSProvider.parseVerticalCRS(Element rootElement)
 | 
protected  VerticalDatum | 
GMLCRSProvider.parseVerticalDatum(Element rootElement)
 | 
| Uses of XMLParsingException in org.deegree.enterprise.servlet | 
|---|
| Methods in org.deegree.enterprise.servlet that throw XMLParsingException | |
|---|---|
protected  void | 
SOAP_1_1_FacadeServletFilter.checkMustUnderstandAttributes(Element headerElement)
Check all direct children of the given headerElement for the mustUndertand attribute.  | 
protected  XMLFragment | 
SOAP_1_1_FacadeServletFilter.handleSOAPRequest(XMLFragment xmlReq)
Handles a SOAP 1.1. envelope request.  | 
| Uses of XMLParsingException in org.deegree.framework.trigger | 
|---|
| Methods in org.deegree.framework.trigger that throw XMLParsingException | |
|---|---|
 TriggerCapabilities | 
TriggerConfigurationDocument.parseTriggerCapabilities()
 | 
| Uses of XMLParsingException in org.deegree.framework.util | 
|---|
| Methods in org.deegree.framework.util that throw XMLParsingException | |
|---|---|
static String | 
StringTools.normalizeString(String source,
                               String locale)
The passed string gets normalized along the rules for the given locale as they are set in the file ".  | 
| Uses of XMLParsingException in org.deegree.framework.xml | 
|---|
| Methods in org.deegree.framework.xml that throw XMLParsingException | |
|---|---|
static void | 
XMLTools.checkValue(String value,
                     String[] validValues)
 | 
 Map<URI,URL> | 
XMLFragment.getAttachedSchemas()
Determines the namespace URIs and the bound schema URLs from the 'xsi:schemaLocation'
 attribute of the document element. | 
static Element | 
XMLTools.getElement(Node contextNode,
                     String xpath,
                     NamespaceContext nsContext)
 | 
static List<Element> | 
XMLTools.getElements(Node contextNode,
                       String xpath,
                       NamespaceContext nsContext)
 | 
static Node | 
XMLTools.getNode(Node contextNode,
               String xPathQuery,
               NamespaceContext nsContext)
 | 
static boolean | 
XMLTools.getNodeAsBoolean(Node contextNode,
                                 String xPathQuery,
                                 NamespaceContext nsContext,
                                 boolean defaultValue)
 | 
static double | 
XMLTools.getNodeAsDouble(Node contextNode,
                               String xPathQuery,
                               NamespaceContext nsContext,
                               double defaultValue)
 | 
static int | 
XMLTools.getNodeAsInt(Node contextNode,
                         String xPathQuery,
                         NamespaceContext nsContext,
                         int defaultValue)
 | 
static QualifiedName | 
XMLTools.getNodeAsQualifiedName(Node contextNode,
                                             String xPathQuery,
                                             NamespaceContext nsContext,
                                             QualifiedName defaultValue)
 | 
static String | 
XMLTools.getNodeAsString(Node contextNode,
                               String xPathQuery,
                               NamespaceContext nsContext,
                               String defaultValue)
 | 
static URI | 
XMLTools.getNodeAsURI(Node contextNode,
                         String xPathQuery,
                         NamespaceContext nsContext,
                         URI defaultValue)
 | 
static List<Node> | 
XMLTools.getNodes(Node contextNode,
                 String xPathQuery,
                 NamespaceContext nsContext)
returns a list of nodes matching the passed XPath  | 
static QualifiedName[] | 
XMLTools.getNodesAsQualifiedNames(Node contextNode,
                                                 String xPathQuery,
                                                 NamespaceContext nsContext)
 | 
static List<String> | 
XMLTools.getNodesAsStringList(Node contextNode,
                                         String xPathQuery,
                                         NamespaceContext nsContext)
 | 
static String[] | 
XMLTools.getNodesAsStrings(Node contextNode,
                                   String xPathQuery,
                                   NamespaceContext nsContext)
 | 
static URI[] | 
XMLTools.getNodesAsURIs(Node contextNode,
                             String xPathQuery,
                             NamespaceContext nsContext)
 | 
protected  QualifiedName | 
XMLFragment.getQualifiedName(Element element)
Returns the qualified name of the given element.  | 
static QualifiedName | 
XMLTools.getQualifiedNameValue(Node node)
Parses the value of the submitted Node as a QualifiedName. | 
static String | 
XMLTools.getRequiredAttrValue(String name,
                                         URI namespaceURI,
                                         Node node)
Returns the value of the specified node attribute.  | 
static Element | 
XMLTools.getRequiredChildElement(String name,
                                               URI namespaceURI,
                                               Node node)
Deprecated.  | 
static Element | 
XMLTools.getRequiredElement(Node contextNode,
                                     String xpath,
                                     NamespaceContext nsContext)
 | 
static List<Element> | 
XMLTools.getRequiredElements(Node contextNode,
                                       String xpath,
                                       NamespaceContext nsContext)
 | 
static Node | 
XMLTools.getRequiredNode(Node contextNode,
                               String xPathQuery,
                               NamespaceContext nsContext)
 | 
static boolean | 
XMLTools.getRequiredNodeAsBoolean(Node contextNode,
                                                 String xPathQuery,
                                                 NamespaceContext nsContext)
 | 
static double | 
XMLTools.getRequiredNodeAsDouble(Node contextNode,
                                               String xPathQuery,
                                               NamespaceContext nsContext)
 | 
static double[] | 
XMLTools.getRequiredNodeAsDoubles(Node contextNode,
                                                 String xPathQuery,
                                                 NamespaceContext nsContext,
                                                 String regex)
Returns the parts of the targeted node value which are separated by the specified regex.  | 
static int | 
XMLTools.getRequiredNodeAsInt(Node contextNode,
                                         String xPathQuery,
                                         NamespaceContext nsContext)
 | 
static QualifiedName | 
XMLTools.getRequiredNodeAsQualifiedName(Node contextNode,
                                                             String xPathQuery,
                                                             NamespaceContext nsContext)
 | 
static String | 
XMLTools.getRequiredNodeAsString(Node contextNode,
                                               String xPathQuery,
                                               NamespaceContext nsContext)
 | 
static String | 
XMLTools.getRequiredNodeAsString(Node contextNode,
                                               String xPathQuery,
                                               NamespaceContext nsContext,
                                               String[] validValues)
 | 
static String[] | 
XMLTools.getRequiredNodeAsStrings(Node contextNode,
                                                 String xPathQuery,
                                                 NamespaceContext nsContext,
                                                 String regex)
Returns the parts of the targeted node value which are separated by the specified regex.  | 
static URI | 
XMLTools.getRequiredNodeAsURI(Node contextNode,
                                         String xPathQuery,
                                         NamespaceContext nsContext)
 | 
static List<Node> | 
XMLTools.getRequiredNodes(Node contextNode,
                                 String xPathQuery,
                                 NamespaceContext nsContext)
 | 
static QualifiedName[] | 
XMLTools.getRequiredNodesAsQualifiedNames(Node contextNode,
                                                                 String xPathQuery,
                                                                 NamespaceContext nsContext)
 | 
static String[] | 
XMLTools.getRequiredNodesAsStrings(Node contextNode,
                                                   String xPathQuery,
                                                   NamespaceContext nsContext)
Returns the content of the nodes matching the XPathQuery as a String array.  | 
static String | 
XMLTools.getRequiredStringValue(String name,
                                             URI namespace,
                                             Node node)
Returns the text contained in the specified child element of the given element.  | 
static QualifiedName | 
XMLFragment.parseQualifiedName(Node node)
Parses the value of the submitted Node as a QualifiedName. | 
protected  SimpleLink | 
XMLFragment.parseSimpleLink(Element element)
Parses the submitted Element as a SimpleLink. | 
| Uses of XMLParsingException in org.deegree.framework.xml.schema | 
|---|
| Subclasses of XMLParsingException in org.deegree.framework.xml.schema | |
|---|---|
 class | 
UndefinedElementException
Thrown when a reference to an XML element is encountered that is unknown in the context (i.e. in the XML Schema document).  | 
 class | 
UndefinedXSDTypeException
Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document).  | 
 class | 
UnresolvableReferenceException
Thrown when a reference to an XML type or element is encountered that is unknown in the context (i.e. in the XML Schema document).  | 
 class | 
XMLSchemaException
This exception is thrown when a syntactic or semantic error has been encountered during the parsing or the processing of an XML Schema document.  | 
| Methods in org.deegree.framework.xml.schema that throw XMLParsingException | |
|---|---|
 ComplexTypeDeclaration[] | 
XSDocument.extractComplexTypeDeclarations()
Extracts all global (top-level) complex type declarations from the underlying schema document.  | 
 ElementDeclaration[] | 
XSDocument.extractElementDeclarations()
Extracts all global (top-level) element declarations from the underlying schema document.  | 
 SimpleTypeDeclaration[] | 
XSDocument.extractSimpleTypeDeclarations()
Extracts all global (top-level) simple type declarations from the underlying schema document.  | 
 URI | 
XSDocument.getTargetNamespace()
Returns the target namespace of the underlying schema document.  | 
protected  ComplexTypeDeclaration | 
XSDocument.parseComplexTypeDeclaration(Element element)
Parses the given Element as an 'xs:complexType' declaration. | 
protected  ElementDeclaration | 
XSDocument.parseElementDeclaration(Element element)
Parses the given Element as an 'xs:element' declaration. | 
protected  SimpleTypeDeclaration | 
XSDocument.parseSimpleTypeDeclaration(Element element)
Parses the given Element as an 'xs:simpleType' declaration. | 
 XMLSchema | 
XSDocument.parseXMLSchema()
Returns the class representation of the underlying schema document.  | 
| Uses of XMLParsingException in org.deegree.graphics | 
|---|
| Methods in org.deegree.graphics that throw XMLParsingException | |
|---|---|
 BufferedImage | 
BlurImage.renderUserRealm(BufferedImage image,
                               Envelope bbox,
                               Geometry geom)
Render the surface geometry the user is allowed to see.  | 
| Uses of XMLParsingException in org.deegree.graphics.charts | 
|---|
| Methods in org.deegree.graphics.charts that throw XMLParsingException | |
|---|---|
protected  void | 
ChartConfig.parseConfigurations(Element root)
This is the main parsing method.  | 
protected  void | 
ChartConfig.parseGeneralChartSettings(Element chartElem)
Parses the general settings of the configurations file.  | 
protected  void | 
ChartConfig.parseLinePlotSettings(Element lineplotElem)
Parses the Line plot settings of the configurations file.  | 
protected  void | 
ChartConfig.parsePiePlotSettings(Element pieplotElem)
Parses the Pie plot settings of the configurations file.  | 
protected  void | 
ChartConfig.parsePlotSettings(Element plotElem)
Parses the plot settings of the configurations file.  | 
| Constructors in org.deegree.graphics.charts that throw XMLParsingException | |
|---|---|
ChartConfig(URL configsPath)
Takes in the path to the configurations file, parses it and holds its values  | 
|
| Uses of XMLParsingException in org.deegree.graphics.sld | 
|---|
| Methods in org.deegree.graphics.sld that throw XMLParsingException | |
|---|---|
static FeatureTypeStyle | 
SLDFactory.createFeatureTypeStyle(Element element)
Creates a FeatureTypeStyle-instance according to the contents of the DOM-subtree starting at the given 'FeatureTypeStyle'-Element.  | 
static LayerFeatureConstraints | 
SLDFactory.createLayerFeatureConstraints(Element element)
Creates a LayerFeatureConstraints-instance according to the contents of the DOM-subtree starting at the given 'LayerFeatureConstraints'-Element.  | 
static StyledLayerDescriptor | 
SLDFactory.createSLD(String s)
Creates a StyledLayerDescriptor-instance from the given XML-representation.  | 
static StyledLayerDescriptor | 
SLDFactory.createSLD(URL url)
Creates a StyledLayerDescriptor-instance from a SLD document read from the passed URL  | 
static StyledLayerDescriptor | 
SLDFactory.createSLD(XMLFragment sldDoc)
Creates a StyledLayerDescriptor-instance according to the contents of the DOM-subtree starting at the given 'StyledLayerDescriptor'-Element.  | 
static Symbolizer | 
SLDFactory.createSymbolizer(Element symbolizerElement)
 | 
static UserStyle | 
SLDFactory.createUserStyle(Element element)
Creates a UserStyle-instance according to the contents of the DOM-subtree starting at the given 'UserStyle'-Element.  | 
| Uses of XMLParsingException in org.deegree.io | 
|---|
| Methods in org.deegree.io that throw XMLParsingException | |
|---|---|
 JDBCConnection | 
IODocument.parseJDBCConnection()
parses a JDBCConnection element and returns the object representation  | 
| Uses of XMLParsingException in org.deegree.io.datastore | 
|---|
| Methods in org.deegree.io.datastore that throw XMLParsingException | |
|---|---|
abstract  DatastoreConfiguration | 
AnnotationDocument.parseDatastoreConfiguration()
Parses the global schema annotations into a DatastoreConfiguration. | 
| Uses of XMLParsingException in org.deegree.io.datastore.cached | 
|---|
| Methods in org.deegree.io.datastore.cached that throw XMLParsingException | |
|---|---|
 CachedWFSDatastoreConfiguration | 
CachedWFSAnnotationDocument.parseDatastoreConfiguration()
 | 
| Uses of XMLParsingException in org.deegree.io.datastore.schema | 
|---|
| Methods in org.deegree.io.datastore.schema that throw XMLParsingException | |
|---|---|
protected  MappedFeatureType | 
MappedGMLSchema.buildFeatureType(ElementDeclaration element)
Builds a MappedFeatureType from the given element declaration. | 
protected  PropertyType | 
MappedGMLSchema.buildPropertyTypeRealName(MappedElementDeclaration element,
                                                   String table,
                                                   QualifiedName propertyName)
 | 
protected  MappedComplexTypeDeclaration | 
MappedGMLSchemaDocument.parseComplexTypeDeclaration(Element element)
Parses the given Element as an annotated 'xs:complexType' declaration (with mapping information). | 
(package private)  ConstantContent | 
MappedGMLSchemaDocument.parseConstantContent(Element element)
Parses the given element as a "deegreewfs:Constant" element.  | 
 URI | 
MappedGMLSchemaDocument.parseDefaultSRS(Element annotationElement,
                               URI defaultValue)
Returns the value of the "deegreewfs:DefaultSRS" element.  | 
protected  MappedElementDeclaration | 
MappedGMLSchemaDocument.parseElementDeclaration(Element element)
Parses the given Element as an annotated 'xs:element' declaration (with mapping information). | 
(package private)  FunctionParam | 
MappedGMLSchemaDocument.parseFunctionParam(Element element,
                                     String table)
Parses the given "deegreewfs:FunctionParam" element.  | 
 LinkedList<Pair<PropertyType,QualifiedName>> | 
MappedGMLSchemaDocument.parseGMLDefaultProps(Element annotationElement,
                                         String table,
                                         MappedGMLSchema schema)
 | 
 int | 
MappedGMLSchemaDocument.parseIdentityPart(Element annotationElement)
Returns the value of the "deegreewfs:IdentityPart" element.  | 
 boolean | 
MappedGMLSchemaDocument.parseIsDeletable(Element annotationElement)
Parses the 'deletable' status of the given feature type annotation element.  | 
 boolean | 
MappedGMLSchemaDocument.parseIsInsertable(Element annotationElement)
Parses the 'insertable' status of the given feature type annotation element.  | 
 boolean | 
MappedGMLSchemaDocument.parseIsPseudoFeatureType(Element annotationElement)
Parses the 'isPseudoFeatureType' element of the given feature type annotation element.  | 
 boolean | 
MappedGMLSchemaDocument.parseIsUpdatable(Element annotationElement)
Parses the 'updatable' status of the given feature type annotation element.  | 
 MappedGMLSchema | 
MappedGMLSchemaDocument.parseMappedGMLSchema()
Returns the class representation of the underlying mapped GML schema document.  | 
 URI[] | 
MappedGMLSchemaDocument.parseOtherSRS(Element annotationElement)
Returns the values of the "deegreewfs:OtherSRS" elements.  | 
(package private)  SpecialContent | 
MappedGMLSchemaDocument.parseSpecialContent(Element element)
Parses the given "deegreewfs:SpecialContent" element.  | 
(package private)  SQLFunctionCall | 
MappedGMLSchemaDocument.parseSQLFunctionCall(Element element,
                                         String table)
Parses the given element as a "deegreewfs:SQLFunctionCall" element.  | 
 int | 
MappedGMLSchemaDocument.parseVisible(Element annotationElement)
Returns the value of the "deegreewfs:visible" element.  | 
| Constructors in org.deegree.io.datastore.schema that throw XMLParsingException | |
|---|---|
MappedGMLSchema(URI targetNamespace,
                               SimpleTypeDeclaration[] simpleTypes,
                               ComplexTypeDeclaration[] complexTypes,
                               ElementDeclaration[] elementDeclarations,
                               String namespacePrefix,
                               URI defaultSRS,
                               DatastoreConfiguration backendConfiguration,
                               boolean suppressXLinkOutput,
                               MappedGMLSchemaDocument doc)
Creates a new MappedGMLSchema instance from the given parameters. | 
|
| Uses of XMLParsingException in org.deegree.io.datastore.shape | 
|---|
| Methods in org.deegree.io.datastore.shape that throw XMLParsingException | |
|---|---|
 ShapeDatastoreConfiguration | 
ShapeAnnotationDocument.parseDatastoreConfiguration()
 | 
| Uses of XMLParsingException in org.deegree.io.datastore.sql | 
|---|
| Methods in org.deegree.io.datastore.sql that throw XMLParsingException | |
|---|---|
 SQLDatastoreConfiguration | 
SQLAnnotationDocument.parseDatastoreConfiguration()
 | 
| Uses of XMLParsingException in org.deegree.io.datastore.wfs | 
|---|
| Methods in org.deegree.io.datastore.wfs that throw XMLParsingException | |
|---|---|
 CascadingWFSDatastoreConfiguration | 
CascadingWFSAnnotationDocument.parseDatastoreConfiguration()
 | 
| Uses of XMLParsingException in org.deegree.io.mapinfoapi | 
|---|
| Methods in org.deegree.io.mapinfoapi that throw XMLParsingException | |
|---|---|
static void | 
MIFStyle2SLD.insertBrushStyle(Map<String,String> map,
                                 XMLFragment doc,
                                 String name)
 | 
static void | 
MIFStyle2SLD.insertPenStyle(Map<String,String> map,
                             XMLFragment doc)
 | 
 void | 
MIFStyle2SLD.insertSymbolStyle(Map<String,String> map,
                                   XMLFragment doc)
 | 
static void | 
MIFStyle2SLD.insertTextStyle(Map<String,String> map,
                               XMLFragment doc)
 | 
static void | 
MIFStyle2SLD.updateFillPatternSVG(XMLFragment doc,
                                         String foreground,
                                         String background)
 | 
static void | 
MIFStyle2SLD.updateSVGColors(XMLFragment doc,
                               String fill,
                               String stroke)
 | 
| Uses of XMLParsingException in org.deegree.model.feature | 
|---|
| Methods in org.deegree.model.feature that throw XMLParsingException | |
|---|---|
protected  FeatureType | 
GMLFeatureDocument.getFeatureType(QualifiedName ftName)
Returns the feature type with the given name.  | 
protected  Map<URI,GMLSchema> | 
GMLFeatureDocument.getGMLSchemas()
Determines and retrieves the GML schemas that the document refers to.  | 
protected  GMLSchema | 
GMLFeatureDocument.getSchemaForNamespace(URI ns)
Returns the GML schema for the given namespace.  | 
 FeatureCollection | 
GMLFeatureCollectionDocument.parse()
Returns the object representation of the underlying feature collection document.  | 
 Feature | 
GMLFeatureDocument.parseFeature()
Returns the object representation for the root feature element.  | 
protected  Feature | 
GMLFeatureDocument.parseFeature(Element element)
Returns the object representation for the given feature element.  | 
protected  Feature | 
GMLFeatureDocument.parseFeature(Element element,
                         String srsName)
Returns the object representation for the given feature element.  | 
 Feature | 
GMLFeatureDocument.parseFeature(String defaultSRS)
Returns the object representation for the root feature element.  | 
 FeatureProperty | 
GMLFeatureDocument.parseProperty(Element propertyElement,
                           FeatureType ft)
Returns the object representation for the given property element.  | 
 FeatureProperty | 
GMLFeatureDocument.parseProperty(Element propertyElement,
                           FeatureType ft,
                           String srsName)
Returns the object representation for the given property element.  | 
protected  void | 
GMLFeatureDocument.resolveXLinkReferences()
 | 
| Uses of XMLParsingException in org.deegree.model.feature.schema | 
|---|
| Subclasses of XMLParsingException in org.deegree.model.feature.schema | |
|---|---|
 class | 
UndefinedFeatureTypeException
Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document).  | 
| Methods in org.deegree.model.feature.schema that throw XMLParsingException | |
|---|---|
protected  FeatureType | 
GMLSchema.buildFeatureType(ElementDeclaration element)
 | 
protected  void | 
GMLSchema.buildFeatureTypeMap(ElementDeclaration[] elementDeclarations)
Initializes the internal feature type map which is used to lookup feature types by name.  | 
 GMLSchema | 
GMLSchemaDocument.parseGMLSchema()
Returns the class representation of the underlying GML schema document.  | 
| Constructors in org.deegree.model.feature.schema that throw XMLParsingException | |
|---|---|
GMLSchema(URI targetNamespace,
                   SimpleTypeDeclaration[] simpleTypes,
                   ComplexTypeDeclaration[] complexTypes,
                   ElementDeclaration[] elementDeclarations)
Creates a new GMLSchema instance from the given parameters. | 
|
| Uses of XMLParsingException in org.deegree.model.filterencoding | 
|---|
| Subclasses of XMLParsingException in org.deegree.model.filterencoding | |
|---|---|
 class | 
FilterConstructionException
This exception is thrown when invalid data (such as an incoherent DOM-fragment) is encountered during the construction of a Filter objects or a component of it.  | 
| Uses of XMLParsingException in org.deegree.model.filterencoding.capabilities | 
|---|
| Methods in org.deegree.model.filterencoding.capabilities that throw XMLParsingException | |
|---|---|
 FilterCapabilities | 
FilterCapabilities110Fragment.parseFilterCapabilities()
Returns the object representation for the ogc:Filter_Capabilities root
 element. | 
 FilterCapabilities | 
FilterCapabilities100Fragment.parseFilterCapabilities()
Returns the object representation for the ogc:Filter_Capabilities root element. | 
| Uses of XMLParsingException in org.deegree.model.metadata.iso19115 | 
|---|
| Methods in org.deegree.model.metadata.iso19115 that throw XMLParsingException | |
|---|---|
 Address | 
ISO19115Document.parseAddress(Element root)
 | 
 CitedResponsibleParty | 
ISO19115Document.parseCitedResponsibleParty(Element root)
 | 
 Constraints | 
ISO19115Document.parseConstraint(Element root,
                               String fee)
 | 
 ContactInfo | 
ISO19115Document.parseContactInfo(Element root)
 | 
 Keywords | 
ISO19115Document.parseKeywords(Element root)
 | 
 OnlineResource | 
ISO19115Document.parseOnlineResource(Element root)
 | 
 Phone | 
ISO19115Document.parsePhone(Element root)
 | 
| Uses of XMLParsingException in org.deegree.model.spatialschema | 
|---|
| Methods in org.deegree.model.spatialschema that throw XMLParsingException | |
|---|---|
static Geometry | 
GMLGeometryAdapter.wrap(String gml,
         String srsName)
Converts the given string representation of a GML geometry object to a corresponding deegree Geometry. | 
static Envelope | 
GMLGeometryAdapter.wrapBox(Element element,
               String srsName)
Returns an instance of Envelope created from the passed gml:Box or gml:Envelope
 element. | 
static Surface | 
GMLGeometryAdapter.wrapBoxAsSurface(Element element,
                                 String srsName)
Returns a Surface created from the given gml:Box element. | 
static Curve | 
GMLGeometryAdapter.wrapCurveAsCurve(Element element,
                                 String srsName)
Returns an instance of Curve created from the passed gml:Curve element. | 
static Curve | 
GMLGeometryAdapter.wrapLinearRing(Element element,
                             String srsName)
Parses the given gml:LinearRing element as a Curve. | 
static Curve | 
GMLGeometryAdapter.wrapLineString(Element element,
                             String srsName)
Returns a Curve instance created from the passed gml:LineString element. | 
static MultiCurve | 
GMLGeometryAdapter.wrapMultiCurveAsMultiCurve(Element element,
                                                     String srsName)
Parses the given gml:MultiCurve element as a MultiCurve. | 
static MultiGeometry | 
GMLGeometryAdapter.wrapMultiGeometry(Element element,
                                   String srsName)
Creates an instance of MultiGeometry from the passed gml:MultiGeometry element. | 
static MultiCurve | 
GMLGeometryAdapter.wrapMultiLineString(Element element,
                                       String srsName)
Returns a MultiCurve instance created from the passed gml:MultiLineString element. | 
static MultiPoint | 
GMLGeometryAdapter.wrapMultiPoint(Element element,
                             String srsName)
Returns a MultiPoint instance created from the passed gml:MultiPoint element. | 
static MultiSurface | 
GMLGeometryAdapter.wrapMultiPolygon(Element element,
                                 String srsName)
Returns a MultiSurface instance created from the passed gml:MultiPolygon element. | 
static MultiSurface | 
GMLGeometryAdapter.wrapMultiSurfaceAsMultiSurface(Element element,
                                                             String srsName)
Parses the given gml:MultiSurface element as a MultiSurface. | 
static Point | 
GMLGeometryAdapter.wrapPoint(Element element,
                   String srsName)
Returns a Point instance created from the passed gml:Point element. | 
static Surface | 
GMLGeometryAdapter.wrapPolygon(Element element,
                       String srsName)
Parses the given gml:Polygon element as a Surface. | 
static Curve | 
GMLGeometryAdapter.wrapRing(Element element,
                 String srsName)
Parses the given gml:Ring element as a Curve. | 
static Surface | 
GMLGeometryAdapter.wrapSurfaceAsSurface(Element element,
                                         String srsName)
Returns an instance of Surface created from the passed gml:Surface element. | 
| Uses of XMLParsingException in org.deegree.ogcbase | 
|---|
| Methods in org.deegree.ogcbase that throw XMLParsingException | |
|---|---|
static SortProperty | 
SortProperty.create(Element element)
Parses the given SortProperty element. | 
protected  CodeList | 
OGCDocument.parseCodeList(Element element)
creates a CodeList object from the passed element  | 
protected  CodeList[] | 
OGCDocument.parseCodeListArray(ElementList el)
creates an array of CodeList objects from the passed element list  | 
static PropertyPath | 
OGCDocument.parseExtendedPropertyPath(Element e)
 | 
protected  Interval | 
OGCDocument.parseInterval(Element element,
                           URI namespaceURI)
creates an Interval object from the passed element  | 
static LonLatEnvelope | 
OGCDocument.parseLonLatEnvelope(Element element)
creates a LonLatEnvelope object from the passed element  | 
protected  OnlineResource | 
OGCDocument.parseOnLineResource(Element element)
Creates an OnLineResource instance from the passed element.  | 
static PropertyPath | 
OGCDocument.parsePropertyPath(Text textNode)
Creates a new instance of PropertyPath from the given text node. | 
protected  TimePeriod | 
OGCDocument.parseTimePeriod(Element element,
                               URI namespaceURI)
creates a TimePeriod from the passed element  | 
protected  TimePeriod[] | 
OGCDocument.parseTimePeriods(ElementList el,
                                 URI namespaceURI)
creates an array of TimePeriod s from the passed element  | 
static TimePosition | 
GMLDocument.parseTimePosition(Element element)
creates a TimePosition object from the passed element.  | 
protected static TimePosition[] | 
OGCDocument.parseTimePositions(ElementList el)
creates an array of TimePosition s from the passed element  | 
protected  TimeSequence | 
OGCDocument.parseTimeSequence(Element element,
                                   URI namespaceURI)
creates an TimeSequence from the passed element  | 
protected  TypedLiteral | 
OGCDocument.parseTypedLiteral(Element element)
creates a TypedLiteral from the passed element  | 
protected  Values | 
OGCDocument.parseValues(Element element,
                       URI namespaceURI)
creates a Values object from the passed element  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw | 
|---|
| Methods in org.deegree.ogcwebservices.csw that throw XMLParsingException | |
|---|---|
protected  Map<String,String> | 
AbstractCSWRequestDocument.parseDRMParams(Element root)
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.csw.capabilities that throw XMLParsingException | |
|---|---|
 OperationsMetadata | 
CatalogueCapabilitiesDocument.getOperationsMetadata()
Creates a class representation of the OperationsMetadata- section. | 
 OperationsMetadata | 
CatalogueCapabilitiesDocument_2_0_2.getOperationsMetadata()
Creates a class representation of the OperationsMetadata- section. | 
 CatalogueGetCapabilities | 
CatalogueGetCapabilitiesDocument.parse(String id)
Parses the underlying document into a GetCapabilities request object. | 
protected  EBRIMCapabilities | 
CatalogueCapabilitiesDocument.parseEBRIMCapabilities()
 | 
protected  EBRIMCapabilities | 
CatalogueCapabilitiesDocument_2_0_2.parseEBRIMCapabilities()
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.csw.configuration that throw XMLParsingException | |
|---|---|
protected  OWSDomainType | 
CatalogueConfigurationDocument.getOWSDomainType(String operation,
                                 Element parameterElement)
Overwritten to cope with additional deegree CSW specific attributes (used in the "outputSchema" parameter element).  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.discovery | 
|---|
| Methods in org.deegree.ogcwebservices.csw.discovery that throw XMLParsingException | |
|---|---|
 GetRecordByIdResult | 
GetRecordByIdResultDocument.parseGetRecordByIdResponse(GetRecordById request)
parses a GetRecordById response XML document and maps it to its corresponding java/deegree class  | 
protected  String | 
DescribeRecordDocument.parseTypeName(Element root)
Parses a TypeName element into a QualifiedName. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.iso_profile | 
|---|
| Methods in org.deegree.ogcwebservices.csw.iso_profile that throw XMLParsingException | |
|---|---|
 String | 
Mapping2_0_2_blob.getLiteralValueIsEqualTo(Node node)
 | 
 String | 
Mapping2_0_2.getLiteralValueIsEqualTo(Node node)
 | 
 String | 
Mapping2_0_2_blob.getLiteralValueIsLike(Node node,
                                           String propName,
                                           String wildCard)
 | 
 String | 
Mapping2_0_2.getLiteralValueIsLike(Node node,
                                           String propName,
                                           String wildCard)
 | 
 String | 
Mapping2_0_2_blob.mapPropertyValue(Node node,
                                 String nspDec)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema  | 
 String | 
Mapping2_0_2.mapPropertyValue(Node node,
                                 String nspDec)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema  | 
static String | 
Mapping.mapPropertyValue(Node node,
                                 String hlevel)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema  | 
 String | 
Mapping2_0_2_blob.mapSortProperty(Node node,
                               String nspDec)
maps property names for sorting from the catalogue schema to the underlying WFS schema  | 
 String | 
Mapping2_0_2.mapSortProperty(Node node,
                               String nspDec)
maps property names for sorting from the catalogue schema to the underlying WFS schema  | 
static String | 
Mapping.mapSortProperty(Node node,
                               String hlevel)
maps property names for sorting from the catalogue schema to the underlying WFS schema  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.iso_profile.ebrim | 
|---|
| Methods in org.deegree.ogcwebservices.csw.iso_profile.ebrim that throw XMLParsingException | |
|---|---|
 String | 
EBRIM_Mapping.mapPropertyPath(Node node)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema  | 
 String | 
EBRIM_Mapping.mapTypeNames(Node node)
maps the property names of given typenames in the typeNames attribute of a GetRecords request to the catalogue schema of the underlying WFS schema  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.csw.manager | 
|---|
| Methods in org.deegree.ogcwebservices.csw.manager that throw XMLParsingException | |
|---|---|
static Transaction | 
Harvest.create(String id,
             Element transRoot)
creates a Harvesting Request from its XM representation  | 
static TransactionResult | 
TransactionResult.create(Transaction transaction,
             Element root)
 | 
static HarvetResultDocument | 
XMLFactory.export(HarvestResult response)
 | 
static TransactionDocument | 
XMLFactory.export(Transaction transaction)
 | 
static TransactionResultDocument | 
XMLFactory.export(TransactionResult response)
 | 
 Transaction | 
TransactionDocument.parse(String id)
parses a CS-W 2.0 transaction request  | 
 Transaction | 
TransactionDocument_2_0_2.parse(String id)
parses a CS-W 2.0 transaction request  | 
 TransactionResult | 
TransactionResultDocument.parseTransactionResponse(Transaction transaction)
parses a CS-W TransactionResponse document and creates a jave class representation from it.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.getcapabilities | 
|---|
| Methods in org.deegree.ogcwebservices.getcapabilities that throw XMLParsingException | |
|---|---|
protected  DCPType | 
OGCStandardCapabilitiesDocument.getDCPType(Element element,
                     URI namespaceURI)
Creates a DCPType object from the passed DCPType element. | 
protected  DCPType[] | 
OGCStandardCapabilitiesDocument.getDCPTypes(ElementList el,
                       URI namespaceURI)
Creates an array of DCPType objects from the passed element list. | 
protected  MetadataLink | 
OGCCapabilitiesDocument.parseMetadataLink(Element element)
Creates a MetadataLink instance from the passed element.  | 
protected  MetadataLink | 
OGCStandardCapabilitiesDocument.parseMetadataLink(Element element)
creates a MetadataLink object from the passed element.  | 
protected abstract  OperationsMetadata | 
OGCStandardCapabilitiesDocument.parseOperations(Element element,
                               URI namespaceURI)
creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wass.common | 
|---|
| Methods in org.deegree.ogcwebservices.wass.common that throw XMLParsingException | |
|---|---|
 AuthenticationData | 
AuthenticationDocument.parseAuthenticationData(Node elem)
Parses an AuthenticationData element  | 
 URN | 
AuthenticationDocument.parseAuthenticationMethod(Node elem)
Parses an AuthenticationMethod.  | 
 CloseSession | 
SessionOperationsDocument.parseCloseSession(String id,
                                   Element request)
Parses a CloseSession element.  | 
 String | 
AuthenticationDocument.parseCredentials(Node elem)
Parses a Credentials element.  | 
 GetSession | 
SessionOperationsDocument.parseGetSession(String id,
                               Element request)
Parses a GetSession element.  | 
 Operation_1_0 | 
OWSCapabilitiesBaseDocument_1_0.parseOperation(Element root)
 | 
 OperationsMetadata_1_0 | 
OWSCapabilitiesBaseDocument_1_0.parseOperationsMetadata()
 | 
 ServiceIdentification | 
OWSCapabilitiesBaseDocument_1_0.parseServiceIdentification()
Returns the class representation for the ServiceIdentification section of the
 document, according to the ows 1.0 spec. | 
 ServiceProvider | 
OWSCapabilitiesBaseDocument_1_0.parseServiceProvider()
Wrapper to make it consistent.  | 
 SupportedAuthenticationMethod | 
AuthenticationDocument.parseSupportedAuthenticationMethod(Node elem)
Parses a SupportedAuthenticationMethod element.  | 
 ArrayList<SupportedAuthenticationMethod> | 
AuthenticationDocument.parseSupportedAuthenticationMethodList(Element listRoot)
Parses a SupportedAuthenticationMethodList element.  | 
 ArrayList<SupportedAuthenticationMethod> | 
OWSCapabilitiesBaseDocument_1_0.parseSupportedAuthenticationMethods(String nameSpace)
 | 
 String | 
AuthenticationDocument.parseUnknownMethodMetadata(Node elem)
Parses an UnknownMethodMetadata element.  | 
 WASAuthenticationMethodMD | 
AuthenticationDocument.parseWASAuthenticationMethodMD(Node elem)
Parses a WASAuthenticationMethodMD element.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wass.was.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wass.was.operation that throw XMLParsingException | |
|---|---|
 WASGetCapabilities | 
WASGetCapabilitiesDocument.parseCapabilities(String id,
                                   Element root)
Parses a WASGetCapabilities XML request.  | 
| Constructors in org.deegree.ogcwebservices.wass.was.operation that throw XMLParsingException | |
|---|---|
DescribeUserResponse(User user,
                                         String sessionID)
Constructs a new response document.  | 
|
| Uses of XMLParsingException in org.deegree.ogcwebservices.wass.wss.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wass.wss.capabilities that throw XMLParsingException | |
|---|---|
 String | 
WSSCapabilitiesDocument.parseSecuredServiceType()
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wass.wss.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wass.wss.operation that throw XMLParsingException | |
|---|---|
protected  WSSGetCapabilities | 
WSSGetCapabilitiesDocument.parseCapabilities(String id,
                                   Element root)
 | 
 DoService | 
DoServiceDocument.parseDoService(String id,
                             Element rootElement)
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wcs | 
|---|
| Methods in org.deegree.ogcwebservices.wcs that throw XMLParsingException | |
|---|---|
protected static void | 
XMLFactory.appendCapability(Element root,
                                 Capability capability)
appends a XML representation of the passed OnLineResource to the passed Element.  | 
protected static void | 
XMLFactory.appendContentMetadata(Element root,
                                           ContentMetadata contentMetadata)
appends a XML representation of the passed ContentMetadata to the passed Element  | 
protected static void | 
XMLFactory.appendDeegreeParams(Element root,
                                       WCSDeegreeParams deegreeParam)
appends the XML representation of the deegreeParams section to the passed Element  | 
protected static void | 
XMLFactory.appendOperation(String name,
                               Element root,
                               Operation operation)
appends a XML representation of the passed OnLineResource to the passed Element. at the moment just the first DCPType is considered because other types than HTTP are not supported yet.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wcs.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.wcs.configuration that throw XMLParsingException | |
|---|---|
protected  CoverageOfferingBrief | 
WCSConfigurationDocument.parseCoverageOfferingBrief(Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wcs.getcapabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wcs.getcapabilities that throw XMLParsingException | |
|---|---|
protected  CoverageOfferingBrief | 
WCSCapabilitiesDocument.parseCoverageOfferingBrief(Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section  | 
protected  OperationsMetadata | 
WCSCapabilitiesDocument.parseOperations(Element element,
                               URI namespaceURI)
creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wcts.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wcts.capabilities that throw XMLParsingException | |
|---|---|
protected  Content | 
WCTSCapabilitiesDocument.parseContents(String configuredProvider)
Parses the optional wcts:Content element of the wcts:Capabilities element.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wcts.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wcts.operation that throw XMLParsingException | |
|---|---|
protected  List<Pair<String,String>> | 
IsTransformableDocument.parseCoverageTypes()
 | 
protected  List<Pair<String,String>> | 
IsTransformableDocument.parseGeometryTypes()
 | 
protected  List<Pair<String,String>> | 
IsTransformableDocument.parseInterpolationTypes()
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wfs | 
|---|
| Methods in org.deegree.ogcwebservices.wfs that throw XMLParsingException | |
|---|---|
static GetFeatureDocument | 
XMLFactory.export(GetFeature getFeature)
Exports a GetFeature instance to a GetFeatureDocument. | 
static GetFeatureDocument | 
XMLFactory_1_0_0.export(GetFeature getFeature)
Exports a GetFeature instance to a GetFeatureDocument. | 
static LockFeatureDocument | 
XMLFactory.export(LockFeature request)
Exports a LockFeature request instance to a LockFeatureDocument. | 
static TransactionDocument | 
XMLFactory.export(Transaction transaction)
Exports a Transaction instance to its XML representation. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wfs.capabilities that throw XMLParsingException | |
|---|---|
 OperationsMetadata | 
WFSCapabilitiesDocument_1_0_0.getCapability()
Creates an object representation of the wfs:Capability section. | 
 FeatureTypeList | 
WFSCapabilitiesDocument_1_0_0.getFeatureTypeList()
Returns the object representation of the wfs:FeatureTypeList- section. | 
 FeatureTypeList | 
WFSCapabilitiesDocument_1_1_0.getFeatureTypeList()
Returns the object representation for the wfs:FeatureTypeList- section. | 
 WFSFeatureType | 
WFSCapabilitiesDocument_1_0_0.getFeatureTypeType(Element element)
Returns the object representation for an element of type wfs:FeatureTypeType. | 
 WFSFeatureType | 
WFSCapabilitiesDocument_1_1_0.getFeatureTypeType(Element element)
Returns the object representation for an element of type wfs:FeatureTypeType. | 
 FilterCapabilities | 
WFSCapabilitiesDocument_1_0_0.getFilterCapabilities()
Returns the object representation of the Filter_Capabilities section of the document. | 
 FilterCapabilities | 
WFSCapabilitiesDocument_1_1_0.getFilterCapabilities()
Returns the object representation for the Filter_Capabilities section of the document. | 
 FormatType | 
WFSCapabilitiesDocument_1_1_0.getFormatType(Element element)
Returns the object representation for an wfs:OutputFormat -element. | 
 GMLObject | 
WFSCapabilitiesDocument_1_1_0.getGMLObjectType(Element element)
Returns the object representation for an element of type wfs:GMLObjectType. | 
 MetadataURL | 
WFSCapabilitiesDocument_1_0_0.getMetadataURL(Element element)
Returns the object representation for an element node of type wfs:MetadataURLType. | 
 MetadataURL | 
WFSCapabilitiesDocument_1_1_0.getMetadataURL(Element element)
Returns the object representation for an element node of type wfs:MetadataURLType. | 
 OperationsMetadata | 
WFSCapabilitiesDocument_1_1_0.getOperationsMetadata()
Creates an object representation of the ows:OperationsMetadata section. | 
 Operation[] | 
WFSCapabilitiesDocument_1_0_0.getOperationsType(Element element)
Returns the object representation for an element node of type wfs:OperationsType. | 
 Operation[] | 
WFSCapabilitiesDocument_1_1_0.getOperationsType(Element element)
Returns the object representation for an element node of type wfs:OperationsType. | 
 GMLObject[] | 
WFSCapabilitiesDocument_1_1_0.getServesGMLObjectTypeList()
Returns the object representation for the wfs:ServesGMLObjectTypeList- section. | 
 ServiceIdentification | 
WFSCapabilitiesDocument_1_0_0.getService()
Returns the class representation for the Service section of the document. | 
 ServiceIdentification | 
WFSCapabilitiesDocument_1_1_0.getServiceIdentification()
Returns the class representation for the ServiceIdentification section of the document. | 
 GMLObject[] | 
WFSCapabilitiesDocument_1_1_0.getSupportsGMLObjectTypeList()
Returns the object representation for the wfs:SupportsGMLObjectTypeList- section. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.wfs.configuration that throw XMLParsingException | |
|---|---|
 WFSFeatureType | 
WFSConfigurationDocument.getFeatureTypeType(Element element)
Returns the object representation for an element of type wfs:FeatureTypeType. | 
protected  Operation | 
WFSConfigurationDocument.getOperation(String name,
                         boolean isMandatory,
                         Map<String,Element> operations,
                         URL defaultUrlGet,
                         URL defaultUrlPost)
Creates an object representation of an ows:Operation- element. | 
 OperationsMetadata | 
WFSConfigurationDocument.getOperationsMetadata(URL defaultUrlGet,
                                           URL defaultUrlPost)
Creates an object representation of the ows:OperationsMetadata section. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wfs.operation that throw XMLParsingException | |
|---|---|
protected  void | 
AbstractWFSRequestDocument.checkServiceAttribute()
Checks that the "service" attribute in the root node matches the expected value (WFS).  | 
protected  String | 
AbstractWFSRequestDocument.checkVersionAttribute()
Parses and checks the "version" attribute in the root node (can be "1.0.0" or "1.1.0").  | 
static Query | 
Query.create(Element element)
Creates a Query instance from a document that contains the DOM representation of the request, using
 the 1.1.0 filter encoding. | 
static Query | 
Query.create(Element element,
             boolean useVersion_1_0_0)
Creates a Query instance from a document that contains the DOM representation of the request. | 
 DescribeFeatureType | 
DescribeFeatureTypeDocument.parse(String id)
Parses the underlying document into a DescribeFeatureType request object. | 
 WFSGetCapabilities | 
WFSGetCapabilitiesDocument.parse(String id)
Parses the underlying document into a WFSGetCapabilities request object. | 
 GetFeature | 
GetFeatureDocument.parse(String id)
Parses the underlying document into a GetFeature request object. | 
 GetFeatureWithLock | 
GetFeatureWithLockDocument.parse(String id)
Parses the underlying document into a GetFeatureWithLock request object. | 
 LockFeature | 
LockFeatureDocument.parse(String id)
Parses the underlying "wfs:LockFeature" document into a LockFeature object. | 
protected  Map<String,String> | 
AbstractWFSRequestDocument.parseDRMParams(Element root)
 | 
(package private) static long | 
LockFeatureDocument.parseExpiry(Element root)
Parses the value of the expiry-attribute of the given node.  | 
(package private)  Query | 
GetFeatureDocument.parseQuery(Element element)
Parses the given query element into a Query object with filter encoding 1.1.0. | 
(package private)  Query | 
GetFeatureDocument.parseQuery(Element element,
                     boolean useVersion_1_0_0)
Parses the given query element into a Query object. | 
protected  QualifiedName[] | 
AbstractWFSRequestDocument.transformToQualifiedNames(String[] values,
                                                   Element element)
Transform an array of strings to an array of qualified names.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.operation.transaction | 
|---|
| Methods in org.deegree.ogcwebservices.wfs.operation.transaction that throw XMLParsingException | |
|---|---|
 Transaction | 
TransactionDocument.parse(String id)
Parses the underlying document into a Transaction request object. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wmps | 
|---|
| Methods in org.deegree.ogcwebservices.wmps that throw XMLParsingException | |
|---|---|
protected static void | 
XMLFactory.appendCapabilityLayer(Element root,
                                           Layer layer)
Append capability layer  | 
protected static void | 
XMLFactory.appendCapabilityRequests(Element root,
                                                 WMPSOperationsMetadata operationsMetadata)
Append capability element.  | 
protected static void | 
XMLFactory.appendService(Element root,
                           ServiceIdentification identification,
                           ServiceProvider provider)
Append service element  | 
static GetAvailableTemplatesResponseDocument | 
XMLFactory.export(GetAvailableTemplatesResponse response)
Export the print map initial response document.  | 
static PrintMapResponseDocument | 
XMLFactory.export(PrintMapResponse response)
Export the print map initial response document.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wmps.capabilities that throw XMLParsingException | |
|---|---|
protected  DCPType | 
WMPSCapabilitiesDocument.getDCP(Element element)
Creates a DCPType object from the passed DCP element. | 
protected  Attribution | 
WMPSCapabilitiesDocument.parseAttribution(Element layerElem)
Parse Attribution  | 
protected  AuthorityURL[] | 
WMPSCapabilitiesDocument.parseAuthorityURLs(Element layerElem)
Parse AuthorityURL  | 
protected  ContactInfo | 
WMPSCapabilitiesDocument.parseContactInfo()
Parse Contact Information  | 
protected  DataURL[] | 
WMPSCapabilitiesDocument.parseDataURL(Element layerElem)
Parse Data URL  | 
protected  Dimension[] | 
WMPSCapabilitiesDocument.parseDimensions(Element layerElem)
Parse Dimensions  | 
protected  Extent[] | 
WMPSCapabilitiesDocument.parseExtents(Element layerElem)
Parse Extents  | 
protected  FeatureListURL[] | 
WMPSCapabilitiesDocument.parseFeatureListURL(Element layerElem)
Parse FeatureListURL  | 
protected  Identifier[] | 
WMPSCapabilitiesDocument.parseIdentifiers(Element layerElem)
Parse Identifiers  | 
protected  Envelope | 
WMPSCapabilitiesDocument.parseLatLonBoundingBox(Element llBox)
Parse Lat Lon Bounding Box  | 
protected  LayerBoundingBox[] | 
WMPSCapabilitiesDocument.parseLayerBoundingBoxes(List<Node> nl)
Parse Layer Bounding Boxes  | 
protected  Layer | 
WMPSCapabilitiesDocument.parseLayers(Element layerElem,
                       Layer parent)
returns the layers offered by the WMPS  | 
protected  LegendURL[] | 
WMPSCapabilitiesDocument.parseLegendURL(Node node)
Parse Legend URL  | 
protected  MetadataURL[] | 
WMPSCapabilitiesDocument.parseMetadataURLs(Element layerElem)
Parse MetadataURL  | 
protected  Operation | 
WMPSCapabilitiesDocument.parseOperation(Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node.  | 
protected  OperationsMetadata | 
WMPSCapabilitiesDocument.parseOperationsMetadata()
returns the services capabilitiy read from the WMPS capabilities file  | 
protected  ScaleHint | 
WMPSCapabilitiesDocument.parseScaleHint(Element layerElem)
Parse Scale Hint  | 
protected  ServiceIdentification | 
WMPSCapabilitiesDocument.parseServiceIdentification()
returns the services indentification read from the WMPS capabilities service section  | 
protected  ServiceProvider | 
WMPSCapabilitiesDocument.parseServiceProvider()
returns WMPS contact informaion encapsulated within a ServiceProvider object | 
protected  Style[] | 
WMPSCapabilitiesDocument.parseStyles(Element layerElem)
Parse Styles  | 
protected  StyleSheetURL | 
WMPSCapabilitiesDocument.parseStyleSheetURL(Node node)
Parse Style Sheet URL  | 
protected  StyleURL | 
WMPSCapabilitiesDocument.parseStyleURL(Node node)
Parse Style URL  | 
protected  UserDefinedSymbolization | 
WMPSCapabilitiesDocument.parseUserDefinedSymbolization()
Parse the UserDefinedSymbolization  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.wmps.configuration that throw XMLParsingException | |
|---|---|
 WMPSDeegreeParams | 
WMPSConfigurationDocument.parseDeegreeParams(Node root)
Creates a class representation of the deegreeParams- section. | 
protected  Layer | 
WMPSConfigurationDocument.parseLayers(Element layerElem,
                       Layer parent)
returns the layers offered by the WMS  | 
protected  Style[] | 
WMPSConfigurationDocument.parseStyles(Element layerElem)
Returns a list of Style elements, parsing the style element  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wmps.operation that throw XMLParsingException | |
|---|---|
static DescribeTemplate | 
DescribeTemplate.create(Element request)
 | 
static PrintMap | 
PrintMap.create(Element root)
creates a PrintMapRequest from its XML representation as defined in the specification.  | 
static GetAvailableTemplates | 
GetAvailableTemplates.create(Element request)
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wms | 
|---|
| Methods in org.deegree.ogcwebservices.wms that throw XMLParsingException | |
|---|---|
protected static void | 
XMLFactory.appendCapabilityLayer(Element root,
                                           Layer layer)
 | 
protected static void | 
XMLFactory_1_3_0.appendCapabilityLayer(Element root,
                                           Layer layer)
 | 
protected static void | 
XMLFactory.appendCapabilityRequests(Element root,
                                                 OperationsMetadata operationsMetadata)
 | 
protected static void | 
XMLFactory_1_3_0.appendCapabilityRequests(Element root,
                                                 OperationsMetadata operationsMetadata)
 | 
protected static void | 
XMLFactory.appendService(Element root,
                           ServiceIdentification identification,
                           ServiceProvider provider)
 | 
protected static void | 
XMLFactory_1_3_0.appendService(Element root,
                           ServiceIdentification identification,
                           ServiceProvider provider)
 | 
protected  List<PropertyPath> | 
GetMapServiceInvoker.findGeoProperties(AbstractLayer layer,
                                   FeatureTypeConstraint[] ftc,
                                   List<PropertyPath> pp)
the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wms.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wms.capabilities that throw XMLParsingException | |
|---|---|
static WMSCapabilitiesDocument | 
WMSCapabilitiesDocumentFactory.getWMSCapabilitiesDocument(Element root)
 | 
static WMSCapabilitiesDocument | 
WMSCapabilitiesDocumentFactory.getWMSCapabilitiesDocument(URL url)
 | 
protected  Attribution | 
WMSCapabilitiesDocument.parseAttribution(Element layerElem)
 | 
protected  Attribution | 
WMSCapabilitiesDocument_1_3_0.parseAttribution(Element layerElem)
 | 
protected  AuthorityURL[] | 
WMSCapabilitiesDocument.parseAuthorityURLs(Element layerElem)
 | 
protected  AuthorityURL[] | 
WMSCapabilitiesDocument_1_3_0.parseAuthorityURLs(Element layerElem)
 | 
protected  ContactInfo | 
WMSCapabilitiesDocument.parseContactInfo()
 | 
protected  ContactInfo | 
WMSCapabilitiesDocument_1_3_0.parseContactInfo()
 | 
protected  DataURL[] | 
WMSCapabilitiesDocument.parseDataURL(Element layerElem)
 | 
protected  DataURL[] | 
WMSCapabilitiesDocument_1_0_0.parseDataURL(Element layerElem)
 | 
protected  DataURL[] | 
WMSCapabilitiesDocument_1_3_0.parseDataURL(Element layerElem)
 | 
protected  DCP | 
WMSCapabilitiesDocument.parseDCP(Element element)
Parses a DCPType element.  | 
protected  DCP | 
WMSCapabilitiesDocument_1_0_0.parseDCP(Element element)
Parses a DCPType element.  | 
protected  DCP | 
WMSCapabilitiesDocument_1_3_0.parseDCP(Element element)
 | 
protected  Dimension[] | 
WMSCapabilitiesDocument.parseDimensions(Element layerElem)
 | 
protected  Dimension[] | 
WMSCapabilitiesDocument_1_3_0.parseDimensions(Element layerElem)
 | 
protected  Envelope | 
WMSCapabilitiesDocument_1_3_0.parseEX_GeographicBoundingBox(Element llBox)
 | 
protected  List<String> | 
WMSCapabilitiesDocument.parseExceptionFormats(Element elem)
 | 
protected  List<String> | 
WMSCapabilitiesDocument_1_0_0.parseExceptionFormats(Element elem)
 | 
protected  List<String> | 
WMSCapabilitiesDocument_1_3_0.parseExceptionFormats(Element elem)
 | 
protected  Extent[] | 
WMSCapabilitiesDocument.parseExtents(Element layerElem)
 | 
protected  FeatureListURL[] | 
WMSCapabilitiesDocument.parseFeatureListURL(Element layerElem)
 | 
protected  FeatureListURL[] | 
WMSCapabilitiesDocument_1_3_0.parseFeatureListURL(Element layerElem)
 | 
protected  Identifier[] | 
WMSCapabilitiesDocument.parseIdentifiers(Element layerElem)
 | 
protected  Identifier[] | 
WMSCapabilitiesDocument_1_3_0.parseIdentifiers(Element layerElem)
 | 
protected  Envelope | 
WMSCapabilitiesDocument.parseLatLonBoundingBox(Element llBox)
 | 
protected  Envelope | 
WMSCapabilitiesDocument_1_0_0.parseLatLonBoundingBox(Element llBox)
 | 
protected  LayerBoundingBox[] | 
WMSCapabilitiesDocument.parseLayerBoundingBoxes(List<Element> nl)
 | 
protected  LayerBoundingBox[] | 
WMSCapabilitiesDocument_1_0_0.parseLayerBoundingBoxes(List<Element> nl)
 | 
protected  LayerBoundingBox[] | 
WMSCapabilitiesDocument_1_3_0.parseLayerBoundingBoxes(List<Element> nl)
 | 
protected  Layer | 
WMSCapabilitiesDocument.parseLayers(Element layerElem,
                       Layer parent,
                       ScaleHint scaleHint)
 | 
protected  Layer | 
WMSCapabilitiesDocument_1_0_0.parseLayers(Element layerElem,
                       Layer parent,
                       ScaleHint scaleHint)
returns the layers offered by the WMS  | 
protected  Layer | 
WMSCapabilitiesDocument_1_3_0.parseLayers(Element layerElem,
                       Layer parent,
                       ScaleHint scaleHint)
 | 
protected  LegendURL[] | 
WMSCapabilitiesDocument.parseLegendURL(Node node)
 | 
protected  LegendURL[] | 
WMSCapabilitiesDocument_1_3_0.parseLegendURL(Node node)
 | 
protected  MetadataURL[] | 
WMSCapabilitiesDocument.parseMetadataURLs(Element layerElem)
 | 
protected  MetadataURL[] | 
WMSCapabilitiesDocument_1_3_0.parseMetadataURLs(Element layerElem)
 | 
protected  Operation | 
WMSCapabilitiesDocument.parseOperation(Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node.  | 
protected  Operation | 
WMSCapabilitiesDocument_1_0_0.parseOperation(Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node.  | 
protected  Operation | 
WMSCapabilitiesDocument_1_3_0.parseOperation(Node node)
 | 
protected  OperationsMetadata | 
WMSCapabilitiesDocument.parseOperationsMetadata()
returns the services capabilitiy read from the WMS capabilities file  | 
protected  OperationsMetadata | 
WMSCapabilitiesDocument_1_0_0.parseOperationsMetadata()
returns the services capabilitiy read from the WMS capabilities file  | 
protected  OperationsMetadata | 
WMSCapabilitiesDocument_1_3_0.parseOperationsMetadata()
 | 
protected  ScaleHint | 
WMSCapabilitiesDocument.parseScaleHint(Element layerElem,
                             ScaleHint scaleHint)
 | 
protected  ScaleHint | 
WMSCapabilitiesDocument_1_0_0.parseScaleHint(Element layerElem,
                             ScaleHint scaleHint)
 | 
protected  ScaleHint | 
WMSCapabilitiesDocument_1_3_0.parseScaleHint(Element layerElem,
                             ScaleHint scaleHint)
 | 
protected  ServiceIdentification | 
WMSCapabilitiesDocument.parseServiceIdentification()
 | 
protected  ServiceIdentification | 
WMSCapabilitiesDocument_1_0_0.parseServiceIdentification()
returns the services indentification read from the WMS capabilities service section  | 
protected  ServiceIdentification | 
WMSCapabilitiesDocument_1_3_0.parseServiceIdentification()
 | 
protected  ServiceProvider | 
WMSCapabilitiesDocument.parseServiceProvider()
returns WMS contact informaion encapsulated within a ServiceProvider object | 
protected  ServiceProvider | 
WMSCapabilitiesDocument_1_3_0.parseServiceProvider()
 | 
protected  Style[] | 
WMSCapabilitiesDocument.parseStyles(Element layerElem)
 | 
protected  Style[] | 
WMSCapabilitiesDocument_1_0_0.parseStyles(Element layerElem)
 | 
protected  Style[] | 
WMSCapabilitiesDocument_1_3_0.parseStyles(Element layerElem)
 | 
protected  StyleSheetURL | 
WMSCapabilitiesDocument.parseStyleSheetURL(Node node)
 | 
protected  StyleSheetURL | 
WMSCapabilitiesDocument_1_3_0.parseStyleSheetURL(Node node)
 | 
protected  StyleURL | 
WMSCapabilitiesDocument.parseStyleURL(Node node)
 | 
protected  StyleURL | 
WMSCapabilitiesDocument_1_0_0.parseStyleURL(Node node)
 | 
protected  StyleURL | 
WMSCapabilitiesDocument_1_3_0.parseStyleURL(Node node)
 | 
protected  UserDefinedSymbolization | 
WMSCapabilitiesDocument.parseUserDefinedSymbolization()
 | 
| Constructors in org.deegree.ogcwebservices.wms.capabilities that throw XMLParsingException | |
|---|---|
Dimension(Element elem)
 | 
|
Style(String name,
           String title,
           String abstract_,
           LegendURL[] legendURLs,
           StyleSheetURL styleSheetURL,
           StyleURL styleURL,
           URL styleResource)
constructor initializing the class with the <Style>  | 
|
| Uses of XMLParsingException in org.deegree.ogcwebservices.wms.configuration | 
|---|
| Methods in org.deegree.ogcwebservices.wms.configuration that throw XMLParsingException | |
|---|---|
(package private) static Map<String,String> | 
WMSConfigurationDocument.parseAddedParameters(Node vendor)
 | 
 WMSConfiguration_1_3_0 | 
WMSConfigurationDocument_1_3_0.parseConfiguration()
Added the prefix.  | 
protected  AbstractDataSource[] | 
WMSConfigurationDocument.parseDataSources(Element layerElem,
                                 String layerName,
                                 ScaleHint scaleHint)
 | 
protected  AbstractDataSource[] | 
WMSConfigurationDocument_1_3_0.parseDataSources(Element layerElem,
                                 String layerName,
                                 ScaleHint scaleHint)
 | 
 WMSDeegreeParams | 
WMSConfigurationDocument.parseDeegreeParams(Node root)
Creates a class representation of the deegreeParams- section. | 
 WMSDeegreeParams | 
WMSConfigurationDocument_1_3_0.parseDeegreeParams(Node root)
Creates a class representation of the deegreeParams- section. | 
protected  Dimension[] | 
WMSConfigurationDocument.parseDimensions(Element layerElem)
 | 
protected  ScaleHint | 
WMSConfigurationDocument.parseDSScaleHint(Element layerElem,
                                 ScaleHint scaleHint)
parses the ScaleHint for a data source  | 
protected  ScaleHint | 
WMSConfigurationDocument_1_3_0.parseDSScaleHint(Element layerElem,
                                 ScaleHint scaleHint)
parses the ScaleHint for a Datasource  | 
protected  Layer | 
WMSConfigurationDocument.parseLayers(Element layerElem,
                       Layer parent,
                       ScaleHint scaleHint)
returns the layers offered by the WMS  | 
protected  Layer | 
WMSConfigurationDocument_1_3_0.parseLayers(Element layerElem,
                       Layer parent,
                       ScaleHint scaleHint)
 | 
(package private) static List<String> | 
WMSConfigurationDocument.parsePassedParameters(Node vendor)
 | 
protected  Style[] | 
WMSConfigurationDocument.parseStyles(Element layerElem)
 | 
protected  Style[] | 
WMSConfigurationDocument_1_3_0.parseStyles(Element layerElem)
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wms.operation | 
|---|
| Methods in org.deegree.ogcwebservices.wms.operation that throw XMLParsingException | |
|---|---|
static GetMap | 
GetMap.create(Map<String,String> model)
creates a GetMapRequest from a HashMap that contains the request parameters as key-value-pairs.  | 
static GetMap | 
GetMap.create(String id,
             Document doc)
creates a GetMapRequest from its XML representation as defined in SLD 1.0.0 specification This method does not yet cope with 1.3.0.  | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wps.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wps.capabilities that throw XMLParsingException | |
|---|---|
 OperationsMetadata | 
WPSCapabilitiesDocument.getOperationsMetadata()
Creates an object representation of the ows:OperationsMetadata section. | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wps.describeprocess | 
|---|
| Methods in org.deegree.ogcwebservices.wps.describeprocess that throw XMLParsingException | |
|---|---|
 ProcessDescription | 
ProcessDescriptionDocument.parseProcessDescription()
 | 
| Uses of XMLParsingException in org.deegree.ogcwebservices.wpvs.capabilities | 
|---|
| Methods in org.deegree.ogcwebservices.wpvs.capabilities that throw XMLParsingException | |
|---|---|
protected  Envelope[] | 
WPVSCapabilitiesDocument.getBoundingBoxes(Element element,
                                 CoordinateSystem defaultCoordinateSystem)
Gets an array of boundingBoxes from the given Element. | 
protected  DCPType | 
WPVSCapabilitiesDocument.getDCP(Element element)
FIXME there is a similar method in org.deegree.owscommon.OWSCommonCapabilitiesDocument#getDCP. overrides that method!  | 
protected  Envelope | 
WPVSCapabilitiesDocument.parseBoundingBox(Element element,
                                 CoordinateSystem defaultCoordinateSystem)
Usable with any BoundingBox.  | 
protected  DataProvider | 
WPVSCapabilitiesDocument.parseDataProvider(Element datasetElement)
Creates and returns a new DataProvider object from the given Element. | 
protected  Identifier | 
WPVSCapabilitiesDocument.parseDatasetIdentifier(Element element,
                                             String xPathQuery)
Creates and returns a new Identifier object from the given Element and the given
  | 
protected  DatasetReference[] | 
WPVSCapabilitiesDocument.parseDatasetReferences(Element datasetElement)
Creates and returns a new array of DatasetReference objects from the given Element. | 
protected  Dimension[] | 
WPVSCapabilitiesDocument.parseDimensions(Element element)
 | 
protected  FeatureListReference[] | 
WPVSCapabilitiesDocument.parseFeatureListReferences(Element datasetElement)
Creates and returns a new array of FeatureListReference objects from the given
 Element. | 
protected  MetaData[] | 
WPVSCapabilitiesDocument.parseMetaData(Element datasetElement)
Creates and returns a new MetaData object from the given Element. | 
protected  OperationsMetadata | 
WPVSCapabilitiesDocument.parseOperationsMetadata(OnlineResource defaultOnlineResource)
Creates and returns a new OperationsMetadata object. | 
protected  Identifier | 
WPVSCapabilitiesDocument.parseStyleIdentifier(Element element,
                                         String xPathQuery)
Creates and returns a new Identifier object from the given Element and the given
  | 
protected  Style[] | 
WPVSCapabilitiesDocument.parseStyles(Element datasetElement)
Creates and returns a new array of Style objects from the given Element. | 
| Uses of XMLParsingException in org.deegree.owscommon | 
|---|
| Methods in org.deegree.owscommon that throw XMLParsingException | |
|---|---|
protected  TypeCode | 
OWSCommonCapabilitiesDocument.getCodeType(Element element)
Creates a class representation of an element of type ows:CodeType. | 
protected  OWSDomainType[] | 
OWSCommonCapabilitiesDocument.getContraints(Element root)
 | 
protected  DCPType | 
OWSCommonCapabilitiesDocument.getDCP(Element element)
Creates a DCPType object from the passed DCP element. | 
protected  DCPType[] | 
OWSCommonCapabilitiesDocument.getDCPs(List<Element> el)
Creates an array of DCPType objects from the passed element list. | 
protected  Keywords | 
OWSCommonCapabilitiesDocument.getKeywords(Element element)
Creates a Keywords instance from the given element of type
 ows:KeywordsType. | 
 Keywords[] | 
OWSCommonCapabilitiesDocument.getKeywords(List nl)
Creates an array of  Keywords  instances from the passed list of elements of
 type  ows:KeywordsType . | 
protected  Operation | 
OWSCommonCapabilitiesDocument.getOperation(String name,
                         boolean isMandatory,
                         Map operations)
Creates a class representation of an ows:Operation- element. | 
protected  OWSDomainType | 
OWSCommonCapabilitiesDocument.getOWSDomainType(String opname,
                                 Element element)
Creates a class representation of an element of type ows:DomainType. | 
 ServiceIdentification | 
OWSCommonCapabilitiesDocument.getServiceIdentification()
Returns the class representation for the ServiceIdentification section of the
 document. | 
 ServiceProvider | 
OWSCommonCapabilitiesDocument.getServiceProvider()
Returns the class representation for the ServiceProvider section of the
 document. | 
protected  Envelope | 
OWSCommonCapabilitiesDocument.getWGS84BoundingBoxType(Element element)
Creates an Envelope object from the given element of type
 ows:WGS84BoundingBoxType. | 
| Uses of XMLParsingException in org.deegree.owscommon_1_1_0 | 
|---|
| Methods in org.deegree.owscommon_1_1_0 that throw XMLParsingException | |
|---|---|
protected  BasicIdentification | 
CommonsDocument.parseBasicIdentificationType(Element basicIdentificationType)
 | 
protected  ContactInfo | 
CommonsDocument.parseContactInfo(Element contactInfo)
 | 
protected  Pair<String,String> | 
CommonsDocument.parseDomainMetadataType(Element domainMDElement)
Parses the domain metadata type and it's reference attribute and puts them in a pair, like name, reference, the latter may be null  | 
protected  List<Pair<String,String>> | 
CommonsDocument.parseDomainMetadataTypes(List<Element> domainMDElements)
Parses the domain metadata type and it's reference attribute and puts them in a pair, like name, reference, which may be null  | 
protected  DomainType | 
CommonsDocument.parseDomainType(Element domainType)
 | 
protected  Pair<String,List<DomainType>> | 
CommonsDocument.parseHTTPChild(Element getOrPost)
parses the post or get information beneath a http element.  | 
protected  Pair<String,String> | 
CommonsDocument.parseIdentifier(Element root)
 | 
protected  Keywords | 
CommonsDocument.parseKeywords(Element keywords)
Return the ows_1_1_0 keywords..  | 
 Manifest | 
ManifestDocument.parseManifestType(Element manifestElement)
 | 
protected  Metadata | 
CommonsDocument.parseMetadata(Element metadataElement)
 | 
protected  List<Operation> | 
CommonsDocument.parseOperations(List<Element> operationElements)
 | 
 OperationsMetadata | 
OWSCommonCapabilitiesDocument.parseOperationsMetadata()
 | 
protected  ReferenceGroup | 
ManifestDocument.parseReferenceGroup(Element referenceGroup)
 | 
protected  Reference | 
ManifestDocument.parseReferenceType(Element referenceElement)
 | 
protected  ServiceContact | 
CommonsDocument.parseServiceContact(Element serviceContact)
 | 
 ServiceIdentification | 
OWSCommonCapabilitiesDocument.parseServiceIdentification()
 | 
 ServiceProvider | 
OWSCommonCapabilitiesDocument.parseServiceProvider()
 | 
| Uses of XMLParsingException in org.deegree.owscommon_1_1_0.operations | 
|---|
| Methods in org.deegree.owscommon_1_1_0.operations that throw XMLParsingException | |
|---|---|
 List<String> | 
GetCapabilitiesDocument.parseAcceptFormats()
 | 
 List<String> | 
GetCapabilitiesDocument.parseAcceptVersions()
 | 
 String | 
GetResourceByIDDocument.parseOutputFormats()
 | 
 List<String> | 
GetResourceByIDDocument.parseResourceIDs()
 | 
 List<String> | 
GetCapabilitiesDocument.parseSections()
 | 
 String | 
GetResourceByIDDocument.parseService()
 | 
 String | 
GetResourceByIDDocument.parseVersion()
 | 
| Uses of XMLParsingException in org.deegree.owscommon_new | 
|---|
| Methods in org.deegree.owscommon_new that throw XMLParsingException | |
|---|---|
 OWSCommonCapabilities | 
OWSCommonCapabilitiesDocument.parseCapabilities(Map<String,Content> contents)
 | 
| Uses of XMLParsingException in org.deegree.portal.cataloguemanager.control | 
|---|
| Constructors in org.deegree.portal.cataloguemanager.control that throw XMLParsingException | |
|---|---|
CatalogueManagerConfiguration(URL url)
 | 
|
| Uses of XMLParsingException in org.deegree.portal.common.control | 
|---|
| Methods in org.deegree.portal.common.control that throw XMLParsingException | |
|---|---|
protected  double | 
AbstractSimplePrintListener.calcScale(Pair<Integer,Integer> size,
                   String getmap)
 | 
| Uses of XMLParsingException in org.deegree.portal.context | 
|---|
| Methods in org.deegree.portal.context that throw XMLParsingException | |
|---|---|
static ViewContext | 
WebMapContextFactory.createViewContext(URL url,
                                   User user,
                                   String sessionID)
creates an instance of a ViewContext from the web map context document read from the passed URL  | 
static ViewContext | 
WebMapContextFactory.createViewContext(XMLFragment xml,
                                   User user,
                                   String sessionID)
 | 
(package private)  MapModel | 
MapModelDocument.parseMapModel()
 | 
| Uses of XMLParsingException in org.deegree.portal.owswatch | 
|---|
| Methods in org.deegree.portal.owswatch that throw XMLParsingException | |
|---|---|
 ServiceConfiguration | 
ServicesConfigurationFactory.parseService(Node serviceNode,
                         String prefix)
Takes in a service Node and parses it.  | 
 List<ServiceConfiguration> | 
ServicesConfigurationFactory.parseServices(String url)
Parses a list of ServiceConfiguration from the given xml file  | 
| Uses of XMLParsingException in org.deegree.portal.owswatch.configs | 
|---|
| Methods in org.deegree.portal.owswatch.configs that throw XMLParsingException | |
|---|---|
protected static GeneralConfig | 
OwsWatchConfigFactory.createGeneralConfig(Element elem)
Parses the General Config section  | 
static OwsWatchConfig | 
OwsWatchConfigFactory.createOwsWatchConfig(Element root,
                                         String webinfPath)
 | 
static OwsWatchConfig | 
OwsWatchConfigFactory.createOwsWatchConfig(String filePath,
                                         String webinfPath)
 | 
protected static ServiceDescription | 
OwsWatchConfigFactory.createServiceConfig(Element elem,
                                       String webinfPath)
Parses the ServiceDescription Section  | 
protected static ServiceRequest | 
OwsWatchConfigFactory.createServiceRequest(Element elem,
                                         String webinfPath)
Parses the Request Section in Service  | 
protected static Map<String,Service> | 
OwsWatchConfigFactory.createServices(Element elem,
                             String webinfPath)
Parses the Services section  | 
protected static ServiceVersion | 
OwsWatchConfigFactory.createServiceVersion(Element elem,
                                         String webinfPath)
Parses the (multiple)Service section(s) in Services  | 
protected static List<Integer> | 
OwsWatchConfigFactory.createTestIntervals(Element elem)
Parses the TestIntervals section  | 
protected static Map<String,User> | 
OwsWatchConfigFactory.createUsers(Element elem)
Parses the Users section  | 
| Uses of XMLParsingException in org.deegree.portal.standard.context.control | 
|---|
| Methods in org.deegree.portal.standard.context.control that throw XMLParsingException | |
|---|---|
protected  String | 
AbstractContextListener.getUserName(String sessionId)
gets the user name assigned to the passed session ID from an authentication service.  | 
protected  String | 
DownloadListener.getUserName(String sessionId)
gets the user name assigned to the passed session ID from a authentification service.  | 
protected  String | 
AContextListener.getUserName(String sessionId)
gets the user name assigned to the passed session ID from an authentication service.  | 
protected  String | 
AbstractContextListener.getUserPassword(String sessionId)
gets the user password assigned to the passed session ID from a authentification service.  | 
protected  String | 
AbstractContextListener.readSessionID(RPCStruct struct)
reads the users session ID.  | 
| Uses of XMLParsingException in org.deegree.portal.standard.csw.control | 
|---|
| Methods in org.deegree.portal.standard.csw.control that throw XMLParsingException | |
|---|---|
protected  List | 
OverviewMetadataListener.extractMetadata(Document doc)
Extracts all Metadata nodes from the passed csw:GetRecordByIdResponse Document.  | 
protected  List | 
SimpleSearchListener.extractMetadata(Document doc)
Extracts all Metadata nodes from the passed csw:GetRecordsResponse Document.  | 
protected  String | 
SimpleSearchListener.extractValue(Node node,
                         String xPath)
Extracts node value  | 
protected  void | 
SimpleSearchListener.handleResult(Object resultHits,
                         Object resultResults,
                         String pathToXslFile)
Handles the result of the search requests and transforms the result to HTML using xslt, then saves the transformed result into the session  | 
protected  void | 
SingleLayerSearchListener.handleResult(Object result,
                         String pathToXslFile,
                         String metaVersion)
Deprecated.  | 
protected  void | 
OverviewMetadataListener.handleResult(Object result,
                         String pathToXslFile,
                         String metaVersion)
 | 
| Uses of XMLParsingException in org.deegree.portal.standard.gazetteer | 
|---|
| Constructors in org.deegree.portal.standard.gazetteer that throw XMLParsingException | |
|---|---|
Hierarchy(XMLFragment xml)
 | 
|
| Uses of XMLParsingException in org.deegree.portal.standard.security.control | 
|---|
| Methods in org.deegree.portal.standard.security.control that throw XMLParsingException | |
|---|---|
protected  Set<String[]> | 
InitServiceEditorListener.getBriefDescriptions(URL catalogURL)
Retrieves "brief descriptions" of all available services from the WCAS.  | 
protected  GetUserInfoListener.UserBean | 
GetUserInfoListener.readUserInformation(javax.servlet.http.HttpSession session)
gets the user name assigned to the passed session ID from an authentication service.  | 
(package private) static void | 
InitServiceEditorListener.setHarvesterConfig(String configURL)
Called by init-method of SecurityRequestDispatcher once. | 
| Uses of XMLParsingException in org.deegree.security | 
|---|
| Methods in org.deegree.security that throw XMLParsingException | |
|---|---|
 Authentications | 
AuthenticationDocument.createAuthentications()
parses the authentications document and returns the content as an instance of Authentications | 
| Uses of XMLParsingException in org.deegree.security.owsrequestvalidator | 
|---|
| Methods in org.deegree.security.owsrequestvalidator that throw XMLParsingException | |
|---|---|
 Policy | 
PolicyDocument.getPolicy()
returns the Policy created from the encapsulated DOM abject.  | 
| Uses of XMLParsingException in org.deegree.tools.app3d | 
|---|
| Methods in org.deegree.tools.app3d that throw XMLParsingException | |
|---|---|
 void | 
CityGML2Shape.read()
 | 
| Uses of XMLParsingException in org.deegree.tools.datastore | 
|---|
| Methods in org.deegree.tools.datastore that throw XMLParsingException | |
|---|---|
static void | 
DDLGenerator.main(String[] args)
 | 
static void | 
SchemaAnalyzer.main(String[] args)
 | 
| Constructors in org.deegree.tools.datastore that throw XMLParsingException | |
|---|---|
DDLGenerator(URL schemaURL)
Creates a new instance of DDLGenerator from the given parameters. | 
|
OracleDDLGenerator(URL schemaURL)
Generates a new instance of OracleDDLGenerator, ready to generate DDL for the given schema. | 
|
PostGISDDLGenerator(URL schemaURL)
Generates a new instance of PostGISDDLGenerator, ready to generate DDL for the given schema. | 
|
| Uses of XMLParsingException in org.deegree.tools.shape | 
|---|
| Methods in org.deegree.tools.shape that throw XMLParsingException | |
|---|---|
 void | 
GML2Shape_new.read()
 | 
| Constructors in org.deegree.tools.shape that throw XMLParsingException | |
|---|---|
AVLPointSymbolCodeList()
 | 
|
| Uses of XMLParsingException in org.deegree.tools.wms | 
|---|
| Methods in org.deegree.tools.wms that throw XMLParsingException | |
|---|---|
static void | 
MapServer2DeegreeWMS.main(String[] args)
 | 
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org