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 TypeMethodDescriptionbooleanParameterParserDelegate.canHandle(QName elementName, Attributes attributes, Handler handler, Handler parent) booleanQueryExpressionTextDelegate.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 TypeMethodDescriptionbooleanParserDelegate.canHandle(QName elementName, Attributes attributes, Handler handler, Handler parent) Determines if this delegate can handle the specified element name.booleanXSDParserDelegate.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 TypeInterfaceDescriptioninterfaceClasses implementing this interace serve as handlers for attributes in an instance document as it is parsed.interfaceinterfaceClasses 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 TypeClassDescriptionclassclassclassclassFields 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) voidDelegatingHandler.endChildHandler(Handler child) voidDocumentHandlerImpl.endChildHandler(Handler child) voidElementHandlerImpl.endChildHandler(Handler child) voidHandler.endChildHandler(Handler child) Called when a child handler is finished, on the trailing edge of the child element.voidDelegatingHandler.startChildHandler(Handler child) voidDocumentHandlerImpl.startChildHandler(Handler child) voidElementHandlerImpl.startChildHandler(Handler child) voidHandler.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)