org.geotools.xml.impl
Class ElementNameStreamingParserHandler

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.ElementNameStreamingParserHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class ElementNameStreamingParserHandler
extends StreamingParserHandler


Field Summary
 
Fields inherited from class org.geotools.xml.impl.ParserHandler
handlers
 
Constructor Summary
ElementNameStreamingParserHandler(Configuration config, javax.xml.namespace.QName name)
           
 
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

ElementNameStreamingParserHandler

public ElementNameStreamingParserHandler(Configuration config,
                                         javax.xml.namespace.QName name)
Method Detail

stream

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


Copyright © 1996-2010 Geotools. All Rights Reserved.