Package org.geotools.kml.v22
Class KMLCustomSchemaHandlerFactory
Object
HandlerFactoryImpl
KMLCustomSchemaHandlerFactory
- All Implemented Interfaces:
HandlerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateElementHandler
(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 Details
-
KMLCustomSchemaHandlerFactory
-
-
Method Details
-
createElementHandler
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.
-