Superclass for WFST parsers.
| OpenLayers. | Superclass for WFST parsers. | 
| Properties | |
| srsName | {String} URI for spatial reference system. | 
| extractAttributes | {Boolean} Extract attributes from GML. | 
| xy | {Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated. | 
| Constructor | |
| OpenLayers. | Instances of this class are not created directly. | 
| Functions | |
| read | Parse the response from a transaction. | 
Instances of this class are not created directly. Use the OpenLayers.Format.WFST.v1_0_0 or OpenLayers.Format.WFST.v1_1_0 constructor instead.
| options | {Object} An optional object whose properties will be set on this instance. | 
read: function( data, options ) 
Parse the response from a transaction. Because WFS is split into Transaction requests (create, update, and delete) and GetFeature requests (read), this method handles parsing of both types of responses.
| data | {String | Document} The WFST document to read | 
| options | {Object} Options for the reader | 
| output | {String} either “features” or “object”. The default is “features”, which means that the method will return an array of features. If set to “object”, an object with a “features” property and other properties read by the parser will be returned. | 
{Array | Object} Output depending on the output option.
Parse the response from a transaction.
read: function( data, options )