gov.lbl.dsd.p2pio
Class RegexQuery
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Query
gov.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 $
RegexQuery
public RegexQuery(String expression,
StringList groupNames)
getExpression
public String getExpression()
getGroupNameList
public StringList getGroupNameList()
getGroupNames
public String[] getGroupNames()
getPattern
public Pattern getPattern()
Jump to the Firefish Homepage