org.geotools.filter
Class FilterParsingUtils

Object
  extended by FilterParsingUtils

public class FilterParsingUtils
extends Object

Convenience class for filter parsing.

The primary function of this class is to share code among the different versions of filter parsing.

Author:
Justin Deoliveira, OpenGEO
Module:
modules/extension/xsd-filter (gt-xsd-filter.jar)

Constructor Summary
FilterParsingUtils()
           
 
Method Summary
static List<Filter> BinaryLogicOperator_getChildFilters(Node node, FilterFactory factory)
           
static Object Filter_getProperty(Object object, QName name)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterParsingUtils

public FilterParsingUtils()
Method Detail

Filter_getProperty

public static Object Filter_getProperty(Object object,
                                        QName name)

BinaryLogicOperator_getChildFilters

public static List<Filter> BinaryLogicOperator_getChildFilters(Node node,
                                                               FilterFactory factory)


Copyright © 1996-2009 Geotools. All Rights Reserved.