Uses of Class
org.geotools.xml.XPath

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 MetadataEntityobjects and returns a MetadataEntity.ElementObject when find is called and a MetadataEntitywhen 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.
 



Copyright © GeoTools. All Rights Reserved.