org.geotools.kml.v22
Class KMLCustomSchemaHandlerFactory
Object
HandlerFactoryImpl
KMLCustomSchemaHandlerFactory
- All Implemented Interfaces:
- HandlerFactory
public class KMLCustomSchemaHandlerFactory
- extends HandlerFactoryImpl
- implements HandlerFactory
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KMLCustomSchemaHandlerFactory
public KMLCustomSchemaHandlerFactory(SchemaRegistry schemaRegistry)
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.