|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath | |
org.geotools.catalog | |
org.geotools.xml | Package supporting XML parsing with a focus on GML. |
Uses of XPath in org.geotools.catalog |
Subclasses of XPath in org.geotools.catalog | |
class |
MetadataXPath
An XPath implementation that searches MetadataEntity objects and returns a
MetadataEntity.Element Object when find is called
and a MetadataEntity when value is called.
|
Uses of XPath in org.geotools.xml |
Subclasses of XPath in org.geotools.xml | |
class |
DOMXPath
XPath implementation that Works with org.w3c.dom.Node objects |
Methods in org.geotools.xml that return XPath | |
static XPath |
XPathFactory.createXPath(java.lang.String xpath,
java.lang.Class root)
NOTE: This method is the only method that needs to be modified by developers |
static XPath |
XPathFactory.createXPath(java.lang.String xpath,
java.lang.Object root)
Creates an XPath that can evaluate the root object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |