com.hp.hpl.jena.sparql.expr
Class RegexXerces

java.lang.Object
  extended by com.hp.hpl.jena.sparql.expr.RegexXerces
All Implemented Interfaces:
RegexEngine

public class RegexXerces
extends Object
implements RegexEngine


Constructor Summary
RegexXerces(String pattern, String flags)
           
 
Method Summary
 boolean match(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexXerces

public RegexXerces(String pattern,
                   String flags)
Method Detail

match

public boolean match(String s)
Specified by:
match in interface RegexEngine


Licenced under the Apache License, Version 2.0