Package | Description |
---|---|
org.geotools.xml |
Package supporting XML parsing with a focus on GML.
|
org.geotools.xml.handlers |
Overview
This package provides the necessary tools to parse an XML instance document
using the XMLSAXHandler and DocumentFactory.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
XMLElementHandler |
ElementHandlerFactory.createElementHandler(Element eth)
Creates an element handler based on the element provided.
|
XMLElementHandler |
ElementHandlerFactory.createElementHandler(URI namespaceURI,
String localName)
Creates an element handler for the element specified by name and namespace.
|
XMLElementHandler |
DocumentHandler.getHandler(URI namespaceURI,
String localName,
Map<String,Object> hints) |
XMLElementHandler |
ComplexElementHandler.getHandler(URI namespaceURI,
String localName,
Map<String,Object> hints)
TODO summary sentence for getHandler ...
|
XMLElementHandler |
IgnoreHandler.getHandler(URI namespaceURI,
String localName,
Map<String,Object> hints) |
XMLElementHandler |
SimpleElementHandler.getHandler(URI namespaceURI,
String localName,
Map<String,Object> hints) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexElementHandler.removeElement(XMLElementHandler handler)
Remove the given XMLElementHandler from the Child-List
|
Copyright © 1996–2022 Geotools. All rights reserved.