Uses of Class
org.apache.jena.ext.xerces.impl.xpath.regex.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apache.jena.ext.xerces.impl.xpath.regex
Methods in org.apache.jena.ext.xerces.impl.xpath.regex that throw ParseExceptionModifier and TypeMethodDescriptionstatic RegularExpressionREUtil.createRegex(String pattern, String options) Creates a RegularExpression instance.static booleanstatic booleanvoidRegularExpression.setPattern(String newPattern) voidRegularExpression.setPattern(String newPattern, String options) voidRegularExpression.setPattern(String newPattern, String options, Locale locale) voidRegularExpression.setPattern(String newPattern, Locale locale) Constructors in org.apache.jena.ext.xerces.impl.xpath.regex that throw ParseExceptionModifierConstructorDescriptionRegularExpression(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.