org.geotools.xml
Interface FlowHandler
- All Known Implementing Classes:
- FCFlowHandler
public interface FlowHandler
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 |
boolean |
shouldStop(Map hints)
If this method returns true, the XMLSAXHandler will abort parsing. |
shouldStop
boolean shouldStop(Map hints)
- If this method returns true, the XMLSAXHandler will abort parsing.
- Parameters:
hints
- the hints that were passed into the XML parser
- Returns:
- true if the XML parser should abort parsing
Copyright © 1996-2014 Geotools. All Rights Reserved.