Class to read exception reports for various OGC services and versions.
OpenLayers. | Class to read exception reports for various OGC services and versions. |
Properties | |
namespaces | {Object} Mapping of namespace aliases to namespace URIs. |
regExes | Compiled regular expressions for manipulating strings. |
defaultPrefix | |
Constructor | |
OpenLayers. | Create a new parser for OGC exception reports. |
Functions | |
read | Read OGC exception report data from a string, and return an object with information about the exceptions. |
Properties | |
readers | Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name. |
Read OGC exception report data from a string, and return an object with information about the exceptions.
read: function( data )