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 RegularExpressionREUtil. createRegex(String pattern, String options)Creates a RegularExpression instance.static booleanREUtil. matches(String regex, String target)static booleanREUtil. matches(String regex, String options, String target)voidRegularExpression. 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.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.
-