Class RegexEngine

java.lang.Object
org.apache.jena.sparql.expr.RegexEngine
Direct Known Subclasses:
RegexEngine.RegexJava, RegexEngine.RegexXerces

public abstract class RegexEngine extends Object
Encapsulate a specific regular expression systems.

The two provided are the regular expression implement in Apache Xerces (2.11.0) and the JDK java.util.regex.

By default java.util.regex is used. It does not support the "x" flag.

The default is set by symbol ARQ.regexImpl (comand line arq:regexImpl) to either "javaRegex" or "xercesRegex".

  • Constructor Details

    • RegexEngine

      public RegexEngine()
  • Method Details