|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.muse.ws.resource.properties.query.impl.XPathQueryExpression
XPathQueryExpression is an implementation of query evaluations using XPath 1.0.
| Constructor Summary | |
|---|---|
XPathQueryExpression()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Node[] |
evaluate(org.w3c.dom.Element wsrpDoc,
java.lang.String query)
|
java.lang.String |
getDialect()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XPathQueryExpression()
| Method Detail |
public org.w3c.dom.Node[] evaluate(org.w3c.dom.Element wsrpDoc,
java.lang.String query)
throws QueryEvaluationErrorFault
evaluate in interface QueryExpressionwsrpDoc - A resource's WSRP document.query - A query expression in the language described by getDialect().
QueryEvaluationErrorFaultpublic java.lang.String getDialect()
getDialect in interface QueryExpression
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||