Uses of Class
org.apache.xerces.impl.xpath.XPath

Packages that use XPath
org.apache.xerces.impl.xs.identity   
 

Uses of XPath in org.apache.xerces.impl.xs.identity
 

Subclasses of XPath in org.apache.xerces.impl.xs.identity
static class Field.XPath
          Field XPath.
static class Selector.XPath
          Schema identity constraint selector XPath expression.
 

Methods in org.apache.xerces.impl.xs.identity that return XPath
 XPath Selector.getXPath()
          Returns the selector XPath.
 XPath Field.getXPath()
          Returns the field XPath.
 

Constructors in org.apache.xerces.impl.xs.identity with parameters of type XPath
XPathMatcher(XPath xpath)
          Constructs an XPath matcher that implements a document fragment handler.