|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.properties.query.xpath.AbstractXPathExpressionEvaluator
org.apache.ws.resource.properties.query.xpath.impl.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).
LOG-DONE
Constructor Summary | |
XalanXPathExpressionEvaluator()
|
Method Summary | |
protected java.lang.Object |
evaluate(XPathExpression xpathExpr,
org.w3c.dom.Node evalContextNode)
|
protected java.lang.Object |
evaluate(XPathExpression expr,
java.lang.Object evalContext)
DOCUMENT_ME |
protected java.lang.Object |
evaluate(XPathExpression xpathExpr,
ResourcePropertySet resourcePropSet)
Creates a DOM representation of the specified resource property set and evaluates the specified expression against it. |
java.net.URI[] |
getSupportedDialects()
DOCUMENT_ME |
java.lang.String |
toString()
DOCUMENT_ME |
Methods inherited from class org.apache.ws.resource.properties.query.xpath.AbstractXPathExpressionEvaluator |
evaluate, evaluate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XalanXPathExpressionEvaluator()
Method Detail |
protected java.lang.Object evaluate(XPathExpression expr, java.lang.Object evalContext) throws UnknownQueryExpressionDialectException, QueryEvaluationErrorException, InvalidQueryExpressionException
AbstractXPathExpressionEvaluator
evaluate
in class AbstractXPathExpressionEvaluator
expr
- DOCUMENT_MEevalContext
- DOCUMENT_ME
QueryEvaluationErrorException
- DOCUMENT_ME
InvalidQueryExpressionException
- DOCUMENT_ME
UnknownQueryExpressionDialectException
- DOCUMENT_MEprotected java.lang.Object evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet) throws UnknownQueryExpressionDialectException, QueryEvaluationErrorException, InvalidQueryExpressionException
evaluate
in class AbstractXPathExpressionEvaluator
xpathExpr
- DOCUMENT_MEresourcePropSet
- DOCUMENT_ME
UnknownQueryExpressionDialectException
- DOCUMENT_ME
QueryEvaluationErrorException
- DOCUMENT_ME
InvalidQueryExpressionException
- DOCUMENT_ME
java.lang.IllegalArgumentException
- DOCUMENT_ME
InvalidQueryExpressionFaultException
- DOCUMENT_ME
QueryEvaluationErrorFaultException
- DOCUMENT_MEprotected java.lang.Object evaluate(XPathExpression xpathExpr, org.w3c.dom.Node evalContextNode) throws UnknownQueryExpressionDialectException, QueryEvaluationErrorException, InvalidQueryExpressionException
UnknownQueryExpressionDialectException
QueryEvaluationErrorException
InvalidQueryExpressionException
public java.net.URI[] getSupportedDialects()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |