Firefish 0.5.10

gov.lbl.dsd.p2pio
Class XPathQuery

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Query
          extended bygov.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 $

Constructor Summary
XPathQuery(String expression, NameValueSet namespaces)
           
 
Method Summary
 String getExpression()
           
 NameValueSet getNamespaces()
           
 XPath getXPath()
           
 
Methods inherited from class gov.lbl.dsd.p2pio.MsgElement
toDOM, toString, toXOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathQuery

public XPathQuery(String expression,
                  NameValueSet namespaces)
Method Detail

getExpression

public String getExpression()

getNamespaces

public NameValueSet getNamespaces()

getXPath

public XPath getXPath()
               throws JaxenException
Throws:
JaxenException

Firefish 0.5.10

Jump to the Firefish Homepage