org.geotools.filter
Interface FilterHandler

All Superinterfaces:
org.xml.sax.ContentHandler

public interface FilterHandler
extends org.xml.sax.ContentHandler

Interface to recieve filters from the filter sax parsing classes. Should be implemented by classes that want the sax parsing classes to pass on their filter information.

Version:
$Id: FilterHandler.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Rob Hranac, Vision for New York

Method Summary
 void filter(Filter filter)
          Method to recieve the filters from the sax processing.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

filter

public void filter(Filter filter)
Method to recieve the filters from the sax processing.

Parameters:
filter - The filter constructed by the factories.


Copyright © GeoTools. All Rights Reserved.