Uses of Class
org.apache.jena.ext.xerces.impl.xpath.regex.ParseException
-
Uses of ParseException in org.apache.jena.ext.xerces.impl.xpath.regex
Modifier and TypeMethodDescriptionstatic RegularExpression
REUtil.createRegex
(String pattern, String options) Creates a RegularExpression instance.static boolean
static boolean
void
RegularExpression.setPattern
(String newPattern) void
RegularExpression.setPattern
(String newPattern, String options) void
RegularExpression.setPattern
(String newPattern, String options, Locale locale) void
RegularExpression.setPattern
(String newPattern, Locale locale) ModifierConstructorDescriptionRegularExpression
(String regex) Creates a new RegularExpression instance.RegularExpression
(String regex, String options) Creates a new RegularExpression instance with options.RegularExpression
(String regex, String options, Locale locale) Creates a new RegularExpression instance with options.