gov.lbl.dsd.p2pio
Class XPathQuery
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Query
gov.lbl.dsd.p2pio.XPathQuery
- public class XPathQuery
- extends Query
An XPath query containing the XPath expression
as well as the namespaces used in that expression, if any.
- Version:
- $Revision: 1.3 $, $Date: 2004/02/06 23:05:35 $
XPathQuery
public XPathQuery(String expression,
NameValueSet namespaces)
getExpression
public String getExpression()
getNamespaces
public NameValueSet getNamespaces()
getXPath
public XPath getXPath()
throws JaxenException
- Throws:
JaxenException
Jump to the Firefish Homepage