OpenLayers.Format.WFSCapabilities.v1

Abstract class not to be instantiated directly.

Inherits from

Summary
OpenLayers.Format.WFSCapabilities.v1Abstract class not to be instantiated directly.
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
errorProperty{String} Which property of the returned object to check for in order to determine whether or not parsing has failed.
defaultPrefix
Constructor
OpenLayers.Format.WFSCapabilities.v1_1Create an instance of one of the subclasses.
Functions
readRead capabilities data from a string, and return a list of layers.
Properties
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.

errorProperty

{String} Which property of the returned object to check for in order to determine whether or not parsing has failed.  In the case that the errorProperty is undefined on the returned object, the document will be run through an OGCExceptionReport parser.

defaultPrefix

Constructor

OpenLayers.Format.WFSCapabilities.v1_1

Create an instance of one of the subclasses.

Parameters

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

Functions

read

read: function(data)

Read capabilities data from a string, and return a list of layers.

Parameters

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

Returns

{Array} List of named layers.

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)
Read capabilities data from a string, and return a list of layers.
Read and write XML.
Close