Uses of Class
org.geotools.xml.XMLElementHandler
Packages that use XMLElementHandler
Package
Description
Package supporting XML parsing with a focus on GML.
Overview
-
Uses of XMLElementHandler in org.geotools.xml
Methods in org.geotools.xml that return XMLElementHandlerModifier and TypeMethodDescriptionabstract XMLElementHandlerThis will find an appropriate XMLElementHandler for the specified child if appropriate. -
Uses of XMLElementHandler in org.geotools.xml.handlers
Subclasses of XMLElementHandler in org.geotools.xml.handlersModifier and TypeClassDescriptionclassThis class is intended to handle parsing an xml element from an instance document for elements who's type is both known and complex.classRepresents the start of an XML document ... serves up elements wrapped in handlers for a specified schema.classThis is a default Handler which is used in case a handler cannot be created for an arbitry element.classThis class is intended to handle parsing an xml element from an instance document for elements who's type is both known and simple.Methods in org.geotools.xml.handlers that return XMLElementHandlerModifier and TypeMethodDescriptionElementHandlerFactory.createElementHandler(URI namespaceURI, String localName) Creates an element handler for the element specified by name and namespace.ElementHandlerFactory.createElementHandler(Element eth) Creates an element handler based on the element provided.TODO summary sentence for getHandler ...Methods in org.geotools.xml.handlers with parameters of type XMLElementHandlerModifier and TypeMethodDescriptionvoidComplexElementHandler.removeElement(XMLElementHandler handler) Remove the given XMLElementHandler from the Child-List