Uses of Interface
org.apache.ws.resource.properties.query.ExpressionEvaluator

Packages that use ExpressionEvaluator
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 ExpressionEvaluator in org.apache.ws.resource.properties.query
 

Methods in org.apache.ws.resource.properties.query that return ExpressionEvaluator
 ExpressionEvaluator QueryEngine.getEvaluator(java.net.URI dialect)
          Gets the evaluator currently registered to handle an expression of the specified qualified name (from the top level element of the XML Schema definition of the expression)
 

Methods in org.apache.ws.resource.properties.query with parameters of type ExpressionEvaluator
 void QueryEngine.registerEvaluator(ExpressionEvaluator evaluator)
          Registers a new evaluator that can be used to evaluate queries on a service.
 void QueryEngine.registerEvaluator(java.net.URI dialect, ExpressionEvaluator evaluator)
          Registers a query expression evaluator for handling query expressions in specified dialect.
 

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

Methods in org.apache.ws.resource.properties.query.impl that return ExpressionEvaluator
 ExpressionEvaluator QueryEngineImpl.getEvaluator(java.net.URI dialect)
           
 

Methods in org.apache.ws.resource.properties.query.impl with parameters of type ExpressionEvaluator
 void QueryEngineImpl.registerEvaluator(ExpressionEvaluator evaluator)
          DOCUMENT_ME
 void QueryEngineImpl.registerEvaluator(java.net.URI dialect, ExpressionEvaluator evaluator)
           
 

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

Classes in org.apache.ws.resource.properties.query.xpath that implement ExpressionEvaluator
 class AbstractXPathExpressionEvaluator
          LOG-DONE
 

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

Classes in org.apache.ws.resource.properties.query.xpath.impl that implement ExpressionEvaluator
 class JaxenXPathExpressionEvaluator
          An XPath expression evaluator that utilizes the Jaxen XPath evaluation engine.
 class XalanXPathExpressionEvaluator
          An XPath expression evaluator that utilizes the Xalan-J XPathAPI utility class (note, Xalan-J is included with JDK 1.4 but not with JDK 1.5).
 



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