Uses of Class
org.apache.ws.resource.properties.query.QueryEvaluationErrorException

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

Uses of QueryEvaluationErrorException in org.apache.ws.resource.properties.query
 

Methods in org.apache.ws.resource.properties.query that throw QueryEvaluationErrorException
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropSet)
          Executes a query against a resource property set.
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, java.lang.Object evalContext)
          Evaluates the expression over the specified context object and returns the result.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          Evaluates the expression over a ResourcePropertySet and returns the result.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, java.lang.Object evalContext)
          Evaluates the expression over the specified context object and returns the result.
 

Uses of QueryEvaluationErrorException in org.apache.ws.resource.properties.query.impl
 

Methods in org.apache.ws.resource.properties.query.impl that throw QueryEvaluationErrorException
 java.lang.Object QueryEngineImpl.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
           
 java.lang.Object QueryEngineImpl.executeQuery(QueryExpression queryExpr, java.lang.Object evalContext)
           
 

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

Methods in org.apache.ws.resource.properties.query.xpath that throw QueryEvaluationErrorException
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          DOCUMENT_ME
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, java.lang.Object evalContext)
          DOCUMENT_ME
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 QueryEvaluationErrorException in org.apache.ws.resource.properties.query.xpath.impl
 

Methods in org.apache.ws.resource.properties.query.xpath.impl that throw QueryEvaluationErrorException
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.