Firefish 0.5.10

gov.lbl.dsd.p2pio
Class RegexQuery

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

public class RegexQuery
extends Query

A Regular Expression query containing the regex expression as well as the group names used to convert results to XML elements, if any.

Version:
$Revision: 1.3 $, $Date: 2004/01/30 01:18:02 $

Constructor Summary
RegexQuery(String expression, StringList groupNames)
           
 
Method Summary
 String getExpression()
           
 StringList getGroupNameList()
           
 String[] getGroupNames()
           
 Pattern getPattern()
           
 
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

RegexQuery

public RegexQuery(String expression,
                  StringList groupNames)
Method Detail

getExpression

public String getExpression()

getGroupNameList

public StringList getGroupNameList()

getGroupNames

public String[] getGroupNames()

getPattern

public Pattern getPattern()

Firefish 0.5.10

Jump to the Firefish Homepage