Superclass for XLS version 1 parsers. Only supports GeocodeRequest for now.
| OpenLayers. | Superclass for XLS version 1 parsers. | 
| Properties | |
| namespaces | {Object} Mapping of namespace aliases to namespace URIs. | 
| regExes | Compiled regular expressions for manipulating strings. | 
| xy | {Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated. | 
| defaultPrefix | |
| schemaLocation | {String} Schema location for a particular minor version. | 
| Constructor | |
| OpenLayers. | Instances of this class are not created directly. | 
| Functions and Properties | |
| read | |
| readers | Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name. | 
| write | |
| 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. | 
Instances of this class are not created directly. Use the OpenLayers.Format.XLS constructor instead.
| options | {Object} An optional object whose properties will be set on this instance. | 
read: function( data, options ) 
write: function( request )