Uses of Class
org.geotools.xml.XMLElementHandler
-
Packages that use XMLElementHandler Package Description org.geotools.xml Package supporting XML parsing with a focus on GML.org.geotools.xml.handlers Overview -
-
Uses of XMLElementHandler in org.geotools.xml
Methods in org.geotools.xml that return XMLElementHandler Modifier and Type Method Description abstract XMLElementHandler
XMLElementHandler. getHandler(URI namespaceURI, String localName, Map<String,Object> hints)
This 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.handlers Modifier and Type Class Description class
ComplexElementHandler
This class is intended to handle parsing an xml element from an instance document for elements who's type is both known and complex.class
DocumentHandler
Represents the start of an XML document ... serves up elements wrapped in handlers for a specified schema.class
IgnoreHandler
This is a default Handler which is used in case a handler cannot be created for an arbitry element.class
SimpleElementHandler
This 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 XMLElementHandler Modifier and Type Method Description XMLElementHandler
ElementHandlerFactory. createElementHandler(URI namespaceURI, String localName)
Creates an element handler for the element specified by name and namespace.XMLElementHandler
ElementHandlerFactory. createElementHandler(Element eth)
Creates an element handler based on the element provided.XMLElementHandler
ComplexElementHandler. getHandler(URI namespaceURI, String localName, Map<String,Object> hints)
TODO summary sentence for getHandler ...XMLElementHandler
DocumentHandler. getHandler(URI namespaceURI, String localName, Map<String,Object> hints)
XMLElementHandler
IgnoreHandler. getHandler(URI namespaceURI, String localName, Map<String,Object> hints)
XMLElementHandler
SimpleElementHandler. getHandler(URI namespaceURI, String localName, Map<String,Object> hints)
Methods in org.geotools.xml.handlers with parameters of type XMLElementHandler Modifier and Type Method Description void
ComplexElementHandler. removeElement(XMLElementHandler handler)
Remove the given XMLElementHandler from the Child-List
-