OpenLayers. Format. OWSCommon.v1

Common readers and writers for OWSCommon v1.X formats

Summary
OpenLayers. Format. OWSCommon.v1Common readers and writers for OWSCommon v1.X formats
Properties
regExesCompiled regular expressions for manipulating strings.
readersContains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.
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.

Properties

regExes

Compiled regular expressions for manipulating strings.

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.

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.

Close