OpenLayers.Format.WPSExecute version 1.0.0

Inherits from

Summary
OpenLayers.Format.WPSExecute version 1.0.0
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
regExesCompiled regular expressions for manipulating strings.
Constants
VERSION{String} 1.0.0
Properties
schemaLocation{String} Schema location
Constructor
OpenLayers.Format.WPSExecute
Functions
write
readParse a WPS Execute and return an object with its information.
Properties
writersAs a compliment to the readers property, this structure contains public writing functions grouped by namespace alias and named like the node names they produce.
readersContains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.

Properties

namespaces

{Object} Mapping of namespace aliases to namespace URIs.

regExes

Compiled regular expressions for manipulating strings.

Constants

VERSION

{String} 1.0.0

Properties

schemaLocation

{String} Schema location

Constructor

OpenLayers.Format.WPSExecute

Parameters

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

Functions

write

write: function(options)

Parameters

options{Object} Optional object.

Returns

{String} An WPS Execute request XML string.

read

read: function(data)

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

Parameters

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

Returns

{Object}

Properties

writers

As a compliment to the readers property, this structure contains public writing functions grouped by namespace alias and named like the node names they produce.

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.

write: function(options)
read: function(data)
Parse a WPS Execute and return an object with its information.
Read and write XML.
Close