Uses of Class
org.apache.ws.resource.properties.query.xpath.XPathExpression

Packages that use XPathExpression
org.apache.ws.resource.properties.faults   
org.apache.ws.resource.properties.query.xpath   
org.apache.ws.resource.properties.query.xpath.impl   
 

Uses of XPathExpression in org.apache.ws.resource.properties.faults
 

Constructors in org.apache.ws.resource.properties.faults with parameters of type XPathExpression
InvalidQueryExpressionFaultException(NamespaceVersionHolder namespaces, XPathExpression xpathExpr)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
 

Uses of XPathExpression in org.apache.ws.resource.properties.query.xpath
 

Methods in org.apache.ws.resource.properties.query.xpath with parameters of type XPathExpression
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, java.lang.Object evalContext)
          DOCUMENT_ME
 

Uses of XPathExpression in org.apache.ws.resource.properties.query.xpath.impl
 

Methods in org.apache.ws.resource.properties.query.xpath.impl with parameters of type XPathExpression
protected  java.lang.Object XalanXPathExpressionEvaluator.evaluate(XPathExpression expr, java.lang.Object evalContext)
           
protected  java.lang.Object XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          Creates a DOM representation of the specified resource property set and evaluates the specified expression against it.
protected  java.lang.Object XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, org.w3c.dom.Node evalContextNode)
           
protected  java.lang.Object JaxenXPathExpressionEvaluator.evaluate(XPathExpression expr, java.lang.Object evalContext)
           
protected  java.lang.Object JaxenXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          Creates a DOM representation of the specified resource property set and evaluates the specified expression against it.
protected  java.lang.Object JaxenXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, org.w3c.dom.Node evalContextNode)
           
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.