|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLElementHandler | |
---|---|
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. |
Uses of XMLElementHandler in org.geotools.xml |
---|
Methods in org.geotools.xml that return XMLElementHandler | |
---|---|
abstract XMLElementHandler |
XMLElementHandler.getHandler(URI namespaceURI,
String localName,
Map 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 | |
---|---|
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 | |
---|---|
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 |
SimpleElementHandler.getHandler(URI namespaceURI,
String localName,
Map hints)
|
XMLElementHandler |
IgnoreHandler.getHandler(URI namespaceURI,
String localName,
Map hints)
|
XMLElementHandler |
DocumentHandler.getHandler(URI namespaceURI,
String localName,
Map hints)
|
XMLElementHandler |
ComplexElementHandler.getHandler(URI namespaceURI,
String localName,
Map hints)
TODO summary sentence for getHandler ... |
Methods in org.geotools.xml.handlers with parameters of type XMLElementHandler | |
---|---|
void |
ComplexElementHandler.removeElement(XMLElementHandler handler)
Remove the given XMLElementHandler from the Child-List |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |