org.geotools.filter
Class FilterDOMParser

java.lang.Object
  extended by org.geotools.filter.FilterDOMParser

public final class FilterDOMParser
extends java.lang.Object

A dom based parser to build filters as per OGC 01-067

Version:
$Id: FilterDOMParser.java 35348 2010-05-04 13:53:54Z aaime $
Author:
Ian Turton, CCG

Method Summary
static org.opengis.filter.Filter parseFilter(org.w3c.dom.Node root)
          Parses the filter using DOM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseFilter

public static org.opengis.filter.Filter parseFilter(org.w3c.dom.Node root)
Parses the filter using DOM.

Parameters:
root - a dom node containing FILTER as the root element.
Returns:
DOCUMENT ME!


Copyright © 1996-2010 Geotools. All Rights Reserved.