Package org.geotools.kml.v22
Class KMLCustomSchemaHandlerFactory
- Object
-
- HandlerFactoryImpl
-
- KMLCustomSchemaHandlerFactory
-
- All Implemented Interfaces:
HandlerFactory
public class KMLCustomSchemaHandlerFactory extends HandlerFactoryImpl implements HandlerFactory
-
-
Constructor Summary
Constructors Constructor Description KMLCustomSchemaHandlerFactory(SchemaRegistry schemaRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 interfaceHandlerFactory
- Overrides:
createElementHandler
in classHandlerFactoryImpl
- 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.
-
-