org.geotools.xml.impl
Class TypeStreamingParserHandler

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

public class TypeStreamingParserHandler
extends StreamingParserHandler


Field Summary
 
Fields inherited from class org.geotools.xml.impl.ParserHandler
handlers
 
Constructor Summary
TypeStreamingParserHandler(Configuration config, java.lang.Class type)
           
 
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

TypeStreamingParserHandler

public TypeStreamingParserHandler(Configuration config,
                                  java.lang.Class type)
Method Detail

stream

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


Copyright © 1996-2010 Geotools. All Rights Reserved.