com.hp.hpl.jena.sparql.expr
Interface RegexEngine

All Known Implementing Classes:
RegexJava, RegexXerces

public interface RegexEngine

Interface to abstract away from specific regular expression systsms (ORO and java.util.regex)


Method Summary
 boolean match(String string)
           
 

Method Detail

match

boolean match(String string)


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.