Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex.ParseException
-
Packages that use ParseException Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex -
-
Uses of ParseException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex that throw ParseException Modifier and Type Method Description static RegularExpression
REUtil. createRegex(String pattern, String options)
Creates a RegularExpression instance.static boolean
REUtil. matches(String regex, String target)
static boolean
REUtil. matches(String regex, String options, String target)
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)
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex that throw ParseException Constructor Description RegularExpression(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.
-