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(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
 

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 XmlBeansXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
protected  java.lang.Object XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
 



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