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, createElementHandlerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HandlerFactory
createDocumentHandler, createElementHandler
-
Constructor Details
-
KMLCustomSchemaHandlerFactory
-
-
Method Details
-
createElementHandler
Description copied from interface:HandlerFactoryCreates an element hander for a global or top level element in a document.- Specified by:
createElementHandlerin interfaceHandlerFactory- Overrides:
createElementHandlerin 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.
-