CS-W (Catalogue services for the Web) version 2.0.2 protocol.
| OpenLayers. | CS-W (Catalogue services for the Web) version 2.0.2 protocol. | 
| Properties | |
| formatOptions | {Object} Optional options for the format. | 
| Constructor | |
| OpenLayers. | A class for CSW version 2.0.2 protocol management. | 
| Functions | |
| destroy | Clean up the protocol. | 
| read | Construct a request for reading new records from the Catalogue. | 
| handleRead | Deal with response from the read request. | 
| parseData | Read HTTP response body and return records | 
handleRead: function( response, options ) 
Deal with response from the read request.
| response | {OpenLayers.Protocol.Response} The response object to pass to the user callback. This response is given a code property, and optionally a data property. The latter represents the CSW records as returned by the call to the CSW format read method. | 
| options | {Object} The user options passed to the read call. | 
Clean up the protocol.
destroy: function() 
Construct a request for reading new records from the Catalogue.
read: function( options ) 
Deal with response from the read request.
handleRead: function( response, options ) 
Read HTTP response body and return records
parseData: function( request )