|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
DOCUMENT_ME |
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 |
XalanXPathExpressionEvaluator
LOG-DONE Evaluator supporting XPath queries using Xalan-J XPathAPI. |
class |
XmlBeansXPathExpressionEvaluator
LOG-DONE Evaluator supporting XPath queries using Xalan-J XPathAPI. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |