org.geotools.filter
Class FilterDOMParser

Object
  extended by FilterDOMParser

public final class FilterDOMParser
extends Object

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

Author:
Ian Turton, CCG
Module:
modules/library/main (gt-main.jar)
TODO:
TODO: split this class up into multiple methods.

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

Method Detail

parseFilter

public static Filter parseFilter(Node root)
Parses the filter using DOM.

Parameters:
root - a dom node containing FILTER as the root element.
Returns:
DOCUMENT ME!
TODO:
TODO: split up this insanely long method.


Copyright © 1996-2009 Geotools. All Rights Reserved.