A format for creating CSWGetDomain v2.0.2 transactions. Create a new instance with the OpenLayers.Format.CSWGetDomain.v2_0_2 constructor.
| OpenLayers. | A format for creating CSWGetDomain v2.0.2 transactions. | 
| Properties | |
| PropertyName | {String} Value of the csw:PropertyName element, used when writing a GetDomain document. | 
| ParameterName | {String} Value of the csw:ParameterName element, used when writing a GetDomain document. | 
| Constructor | |
| OpenLayers. | A class for parsing and generating CSWGetDomain v2.0.2 transactions. | 
| Functions | |
| read | Parse the response from a GetDomain request. | 
| write | Given an configuration js object, write a CSWGetDomain request. | 
Parse the response from a GetDomain request.
read: function( data ) 
Given an configuration js object, write a CSWGetDomain request.
write: function( options )