org.vfny.geoserver.requests
Class FilterHandlerImpl

java.lang.Object
  extended byorg.xml.sax.helpers.XMLFilterImpl
      extended byorg.vfny.geoserver.requests.FilterHandlerImpl
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.geotools.filter.FilterHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

public class FilterHandlerImpl
extends org.xml.sax.helpers.XMLFilterImpl
implements org.xml.sax.ContentHandler, org.geotools.filter.FilterHandler

Minimal class to implement the FilterHandler interface.


Constructor Summary
FilterHandlerImpl()
          Empty constructor.
 
Method Summary
 void filter(org.geotools.filter.Filter filter)
          Recieves the filter from the filter parsing children.
 org.geotools.filter.Filter getFilter()
          Gives filter to whoever wants it.
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Constructor Detail

FilterHandlerImpl

public FilterHandlerImpl()
Empty constructor.

Method Detail

filter

public void filter(org.geotools.filter.Filter filter)
Recieves the filter from the filter parsing children.

Specified by:
filter in interface org.geotools.filter.FilterHandler
Parameters:
filter - (OGC WFS) Filter from (SAX) filter..

getFilter

public org.geotools.filter.Filter getFilter()
Gives filter to whoever wants it.

Returns:
(OGC WFS) Filter from (SAX) filter..