Uses of Interface
org.geotools.xsd.impl.Handler
-
Packages that use Handler Package Description org.geotools.kml.v22 org.geotools.wfs.v2_0.bindings org.geotools.xsd org.geotools.xsd.impl -
-
Uses of Handler in org.geotools.kml.v22
Methods in org.geotools.kml.v22 with parameters of type Handler Modifier and Type Method Description ElementHandlerKMLCustomSchemaHandlerFactory. 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 Handler Modifier and Type Method Description booleanParameterParserDelegate. 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 Handler Modifier and Type Method Description booleanParserDelegate. 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.impl Modifier and Type Interface Description interfaceAttributeHandlerClasses implementing this interace serve as handlers for attributes in an instance document as it is parsed.interfaceDocumentHandlerinterfaceElementHandlerClasses implementing this interface serve has handlers for elements in an instance document as it is parsed.Classes in org.geotools.xsd.impl that implement Handler Modifier and Type Class Description classDelegatingHandlerclassDocumentHandlerImplclassElementHandlerImplclassHandlerImplFields in org.geotools.xsd.impl with type parameters of type Handler Modifier and Type Field Description protected Stack<Handler>ParserHandler. handlersexecution stack *Methods in org.geotools.xsd.impl that return Handler Modifier and Type Method Description HandlerDelegatingHandler. createChildHandler(QName name)HandlerDocumentHandlerImpl. createChildHandler(QName qName)HandlerElementHandlerImpl. createChildHandler(QName qName)HandlerHandler. createChildHandler(QName qName)Returns a handler for a component in the schema which is a child of this component.HandlerDelegatingHandler. getParentHandler()HandlerDocumentHandlerImpl. getParentHandler()HandlerElementHandlerImpl. getParentHandler()HandlerHandler. getParentHandler()Methods in org.geotools.xsd.impl with parameters of type Handler Modifier and Type Method Description ElementHandlerHandlerFactory. createElementHandler(QName qName, Handler parent, ParserHandler parser)Creates an element hander for a global or top level element in a document.ElementHandlerHandlerFactory. createElementHandler(XSDElementDeclaration element, Handler parent, ParserHandler parser)Creates a handler for a particular element in a document.ElementHandlerHandlerFactoryImpl. createElementHandler(QName qName, Handler parent, ParserHandler parser)ElementHandlerHandlerFactoryImpl. 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 Handler Constructor Description ElementHandlerImpl(XSDElementDeclaration content, Handler parent, ParserHandler parser)
-