OpenLayers. Format. OWSCommon. v1_0_0

Parser for OWS Common version 1.0.0 which can be used by other parsers.  It is not intended to be used on its own.

Summary
OpenLayers. Format. OWSCommon. v1_0_0Parser for OWS Common version 1.0.0 which can be used by other parsers.
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
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

namespaces

{Object} Mapping of namespace aliases to namespace URIs.

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