Firefish 0.5.10

gov.lbl.dsd.p2pio
Class XQuery

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Query
          extended bygov.lbl.dsd.p2pio.XQuery

public class XQuery
extends Query

An XQuery that contains the XQuery expression as well as additional parameters used by that query, if any.

Version:
$Revision: 1.2 $, $Date: 2004/01/30 01:18:03 $

Constructor Summary
XQuery(String expression, NameValueSet params)
           
 
Method Summary
 String getExpression()
           
 NameValueSet getParameters()
           
 
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

XQuery

public XQuery(String expression,
              NameValueSet params)
Method Detail

getExpression

public String getExpression()

getParameters

public NameValueSet getParameters()

Firefish 0.5.10

Jump to the Firefish Homepage