Uses of Interface
javax.xml.xpath.XPathExpression

Packages that use XPathExpression
javax.xml.xpath   
org.apache.xpath.jaxp   
 

Uses of XPathExpression in javax.xml.xpath
 

Methods in javax.xml.xpath that return XPathExpression
 XPathExpression XPath.compile(java.lang.String expression)
          Compile an XPath expression for later evaluation.
 

Uses of XPathExpression in org.apache.xpath.jaxp
 

Classes in org.apache.xpath.jaxp that implement XPathExpression
 class XPathExpressionImpl
          The XPathExpression interface encapsulates a (compiled) XPath expression.
 

Methods in org.apache.xpath.jaxp that return XPathExpression
 XPathExpression XPathImpl.compile(java.lang.String expression)
          Compile an XPath expression for later evaluation.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.