OpenLayers.Format.WPSDescribeProcess

Read WPS DescribeProcess responses.

Inherits from

Summary
OpenLayers.Format.WPSDescribeProcessRead WPS DescribeProcess responses.
Constants
VERSION{String} 1.0.0
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
schemaLocation{String} Schema location
defaultPrefix
regExesCompiled regular expressions for manipulating strings.
Constructor
OpenLayers.Format.WPSDescribeProcess
Functions
readParse a WPS DescribeProcess and return an object with its information.
Properties
readersContains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.

Constants

VERSION

{String} 1.0.0

Properties

namespaces

{Object} Mapping of namespace aliases to namespace URIs.

schemaLocation

{String} Schema location

defaultPrefix

regExes

Compiled regular expressions for manipulating strings.

Constructor

OpenLayers.Format.WPSDescribeProcess

Parameters

options{Object} An optional object whose properties will be set on this instance.

Functions

read

read: function(data)

Parse a WPS DescribeProcess and return an object with its information.

Parameters

data{String} or {DOMElement} data to read/parse.

Returns

{Object}

Properties

readers

Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.  The function will be applied in the scope of this parser with two arguments: the node being read and a context object passed from the parent.

read: function(data)
Parse a WPS DescribeProcess and return an object with its information.
Close