OpenLayers.Request.XMLHttpRequest Standard-compliant (W3C)

cross-browser implementation of the XMLHttpRequest object.  From http://code.google.com/p/xmlhttprequest/.

Summary
OpenLayers.Request.XMLHttpRequest Standard-compliant (W3C)cross-browser implementation of the XMLHttpRequest object.
Functions
readGenerate a filter from a CQL string.
writeConvert a filter into a CQL string.

Functions

read

read: function(text)

Generate a filter from a CQL string.  Parameters: text - {String} The CQL text.

Returns

{<OpenLayers.Filter>} A filter based on the CQL text.

write

write: function(filter)

Convert a filter into a CQL string.  Parameters: filter - {<OpenLayers.Filter>} The filter.

Returns

{String} A CQL string based on the filter.

read: function(text)
Generate a filter from a CQL string.
write: function(filter)
Convert a filter into a CQL string.