org.geotools.xml.impl.jxpath
Class JXPathStreamingParserHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.geotools.xml.impl.ParserHandler
          extended by org.geotools.xml.impl.StreamingParserHandler
              extended by org.geotools.xml.impl.jxpath.JXPathStreamingParserHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class JXPathStreamingParserHandler
extends StreamingParserHandler


Field Summary
 
Fields inherited from class org.geotools.xml.impl.ParserHandler
handlers
 
Constructor Summary
JXPathStreamingParserHandler(Configuration config, java.lang.String xpath)
           
 
Method Summary
protected  boolean stream(ElementHandler handler)
           
 
Methods inherited from class org.geotools.xml.impl.StreamingParserHandler
endDocument, endElementInternal, getBuffer
 
Methods inherited from class org.geotools.xml.impl.ParserHandler
characters, configure, endElement, error, findSchemaLocationResolvers, findSchemaLocators, getBindingFactory, getBindingLoader, getBindingWalker, getConfiguration, getHandlerFactory, getLogger, getNamespaceSupport, getSchemaIndex, getSchemas, getValidationErrors, getValidator, getValue, isFailOnValidationError, isStrict, isValidating, setFailOnValidationError, setStrict, setValidating, startDocument, startElement, startPrefixMapping, warning
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXPathStreamingParserHandler

public JXPathStreamingParserHandler(Configuration config,
                                    java.lang.String xpath)
Method Detail

stream

protected boolean stream(ElementHandler handler)
Overrides:
stream in class StreamingParserHandler


Copyright © 1996-2010 Geotools. All Rights Reserved.