org.geotools.kml.v22
Class KMLCustomSchemaHandlerFactory

Object
  extended by HandlerFactoryImpl
      extended by KMLCustomSchemaHandlerFactory
All Implemented Interfaces:
HandlerFactory

public class KMLCustomSchemaHandlerFactory
extends HandlerFactoryImpl
implements HandlerFactory


Constructor Summary
KMLCustomSchemaHandlerFactory(SchemaRegistry schemaRegistry)
           
 
Method Summary
 ElementHandler createElementHandler(QName qName, Handler parent, ParserHandler parser)
          Creates an element hander for a global or top level element in a document.
 
Methods inherited from class HandlerFactoryImpl
createDocumentHandler, createElementHandler
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface HandlerFactory
createDocumentHandler, createElementHandler
 

Constructor Detail

KMLCustomSchemaHandlerFactory

public KMLCustomSchemaHandlerFactory(SchemaRegistry schemaRegistry)
Method Detail

createElementHandler

public ElementHandler createElementHandler(QName qName,
                                           Handler parent,
                                           ParserHandler parser)
Description copied from interface: HandlerFactory
Creates an element hander for a global or top level element in a document.

Specified by:
createElementHandler in interface HandlerFactory
Overrides:
createElementHandler in class HandlerFactoryImpl
Parameters:
qName - The qualified name identifying the element.
parent - The parent handler.
parser - The content handler driving the parser.
Returns:
A new element handler, or null if one could not be created.


Copyright © 1996-2014 Geotools. All Rights Reserved.