Uses of Class
org.apache.jena.ext.xerces_regex.RegexParseException
Package
Description
This package was copied from org.apache.jena.ext.xerces.xpath.regex which itself
was derived from Apache Xerces 2.11.0.
-
Uses of RegexParseException in org.apache.jena.ext.xerces_regex
Modifier and TypeMethodDescriptionstatic RegularExpression
REUtil.createRegex
(String pattern, String options) Creates a RegularExpression instance.static boolean
static boolean
ModifierConstructorDescriptionRegularExpression
(String regex) Creates a new RegularExpression instance.RegularExpression
(String regex, String options) Creates a new RegularExpression instance with options.