|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidQueryExpressionException in org.apache.ws.resource.properties.query |
Methods in org.apache.ws.resource.properties.query that throw InvalidQueryExpressionException | |
java.lang.Object |
QueryEngine.executeQuery(QueryExpression queryExpr,
ResourcePropertySet resourcePropSet,
org.w3c.dom.Element nsContext)
Executes a query against a resource property set. |
java.lang.Object |
ExpressionEvaluator.evaluate(QueryExpression queryExpr,
ResourcePropertySet resourcePropertySet,
org.w3c.dom.Element nsContext)
Evaluates the expression over a ResourcePropertySet and returns the result. |
Uses of InvalidQueryExpressionException in org.apache.ws.resource.properties.query.impl |
Methods in org.apache.ws.resource.properties.query.impl that throw InvalidQueryExpressionException | |
java.lang.Object |
QueryEngineImpl.executeQuery(QueryExpression queryExpr,
ResourcePropertySet resourcePropertySet,
org.w3c.dom.Element nsContext)
DOCUMENT_ME |
Uses of InvalidQueryExpressionException in org.apache.ws.resource.properties.query.xpath |
Methods in org.apache.ws.resource.properties.query.xpath that throw InvalidQueryExpressionException | |
java.lang.Object |
AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr,
ResourcePropertySet resourcePropertySet,
org.w3c.dom.Element nsContext)
DOCUMENT_ME |
protected abstract java.lang.Object |
AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr,
ResourcePropertySet resourcePropSet)
DOCUMENT_ME |
Constructors in org.apache.ws.resource.properties.query.xpath that throw InvalidQueryExpressionException | |
XPathExpression(QueryExpression queryExpr,
org.w3c.dom.Element nsContext)
Creates a new XPathExpression object. |
Uses of InvalidQueryExpressionException in org.apache.ws.resource.properties.query.xpath.impl |
Methods in org.apache.ws.resource.properties.query.xpath.impl that throw InvalidQueryExpressionException | |
protected java.lang.Object |
XmlBeansXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr,
ResourcePropertySet resourcePropSet)
DOCUMENT_ME |
protected java.lang.Object |
XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr,
ResourcePropertySet resourcePropSet)
DOCUMENT_ME |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |