Package org.geotools.xml.gml
Class FCFlowHandler
Object
FCFlowHandler
- All Implemented Interfaces:
FlowHandler
Allows the XMLSAXHandler to abort parsing of GML.
- Author:
- Richard Gould
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldStop
(Map<String, Object> hints) If this method returns true, the XMLSAXHandler will abort parsing.
-
Constructor Details
-
FCFlowHandler
public FCFlowHandler()
-
-
Method Details
-
shouldStop
Description copied from interface:FlowHandler
If this method returns true, the XMLSAXHandler will abort parsing.- Specified by:
shouldStop
in interfaceFlowHandler
- Parameters:
hints
- the hints that were passed into the XML parser- Returns:
- true if the XML parser should abort parsing
-