org.geotools.filter
Interface FilterHandler
- All Superinterfaces:
- ContentHandler
public interface FilterHandler
- extends 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.
- Author:
- Rob Hranac, Vision for New York
- Module:
Method Summary |
void |
filter(Filter filter)
Method to recieve the filters from the sax processing. |
Methods inherited from interface ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
filter
void filter(Filter filter)
- Method to recieve the filters from the sax processing.
- Parameters:
filter
- The filter constructed by the factories.
Copyright © 1996-2009 Geotools. All Rights Reserved.