Uses of Interface
org.geotools.xsd.impl.Handler
Packages that use Handler
Package
Description
-
Uses of Handler in org.geotools.kml.v22
Methods in org.geotools.kml.v22 with parameters of type HandlerModifier and TypeMethodDescriptionKMLCustomSchemaHandlerFactory.createElementHandler
(QName qName, Handler parent, ParserHandler parser) -
Uses of Handler in org.geotools.wfs.v2_0.bindings
Methods in org.geotools.wfs.v2_0.bindings with parameters of type HandlerModifier and TypeMethodDescriptionboolean
ParameterParserDelegate.canHandle
(QName elementName, Attributes attributes, Handler handler, Handler parent) boolean
QueryExpressionTextDelegate.canHandle
(QName elementName, Attributes attributes, Handler handler, Handler parent) -
Uses of Handler in org.geotools.xsd
Methods in org.geotools.xsd with parameters of type HandlerModifier and TypeMethodDescriptionboolean
ParserDelegate.canHandle
(QName elementName, Attributes attributes, Handler handler, Handler parent) Determines if this delegate can handle the specified element name.boolean
XSDParserDelegate.canHandle
(QName elementName, Attributes attributes, Handler handler, Handler parent) -
Uses of Handler in org.geotools.xsd.impl
Subinterfaces of Handler in org.geotools.xsd.implModifier and TypeInterfaceDescriptioninterface
Classes implementing this interace serve as handlers for attributes in an instance document as it is parsed.interface
interface
Classes implementing this interface serve has handlers for elements in an instance document as it is parsed.Classes in org.geotools.xsd.impl that implement HandlerModifier and TypeClassDescriptionclass
class
class
class
Fields in org.geotools.xsd.impl with type parameters of type HandlerMethods in org.geotools.xsd.impl that return HandlerModifier and TypeMethodDescriptionDelegatingHandler.createChildHandler
(QName name) DocumentHandlerImpl.createChildHandler
(QName qName) ElementHandlerImpl.createChildHandler
(QName qName) Handler.createChildHandler
(QName qName) Returns a handler for a component in the schema which is a child of this component.DelegatingHandler.getParentHandler()
DocumentHandlerImpl.getParentHandler()
ElementHandlerImpl.getParentHandler()
Handler.getParentHandler()
Methods in org.geotools.xsd.impl with parameters of type HandlerModifier and TypeMethodDescriptionHandlerFactory.createElementHandler
(QName qName, Handler parent, ParserHandler parser) Creates an element hander for a global or top level element in a document.HandlerFactory.createElementHandler
(XSDElementDeclaration element, Handler parent, ParserHandler parser) Creates a handler for a particular element in a document.HandlerFactoryImpl.createElementHandler
(QName qName, Handler parent, ParserHandler parser) HandlerFactoryImpl.createElementHandler
(XSDElementDeclaration element, Handler parent, ParserHandler parser) void
DelegatingHandler.endChildHandler
(Handler child) void
DocumentHandlerImpl.endChildHandler
(Handler child) void
ElementHandlerImpl.endChildHandler
(Handler child) void
Handler.endChildHandler
(Handler child) Called when a child handler is finished, on the trailing edge of the child element.void
DelegatingHandler.startChildHandler
(Handler child) void
DocumentHandlerImpl.startChildHandler
(Handler child) void
ElementHandlerImpl.startChildHandler
(Handler child) void
Handler.startChildHandler
(Handler child) Called when a child handler is started, on the leading edge of the child element.Constructors in org.geotools.xsd.impl with parameters of type HandlerModifierConstructorDescriptionElementHandlerImpl
(XSDElementDeclaration content, Handler parent, ParserHandler parser)