org.geotools.xml.gml
Class FCFlowHandler

java.lang.Object
  extended by org.geotools.xml.gml.FCFlowHandler
All Implemented Interfaces:
FlowHandler

public class FCFlowHandler
extends java.lang.Object
implements FlowHandler

Allows the XMLSAXHandler to abort parsing of GML.

Author:
Richard Gould

Constructor Summary
FCFlowHandler()
           
 
Method Summary
 boolean shouldStop(java.util.Map hints)
          If this method returns true, the XMLSAXHandler will abort parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCFlowHandler

public FCFlowHandler()
Method Detail

shouldStop

public boolean shouldStop(java.util.Map hints)
Description copied from interface: FlowHandler
If this method returns true, the XMLSAXHandler will abort parsing.

Specified by:
shouldStop in interface FlowHandler
Parameters:
hints - the hints that were passed into the XML parser
Returns:
true if the XML parser should abort parsing


Copyright © 1996-2010 Geotools. All Rights Reserved.