| org.geotools.xml.FlowHandler
All known Subclasses: org.geotools.xml.gml.FCFlowHandler,
FlowHandler | public interface FlowHandler (Code) | | Provides a mechanism to indicate that the XMLSAXHandler should stop
parsing. It will periodically call shouldStop(), passing in its hints
object. If shouldStop() returns true, if will abort parsing.
author: Richard Gould |
Method Summary | |
public boolean | shouldStop(Map hints) If this method returns true, the XMLSAXHandler will abort parsing. |
shouldStop | public boolean shouldStop(Map hints)(Code) | | If this method returns true, the XMLSAXHandler will abort parsing.
Parameters: hints - the hints that were passed into the XML parser true if the XML parser should abort parsing |
|
|