|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
org.apache.xerces.impl.xpath.regex |
Uses of ParseException in org.apache.xerces.impl.xpath.regex |
---|
Methods in org.apache.xerces.impl.xpath.regex that throw ParseException | |
---|---|
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,
Locale locale)
|
void |
RegularExpression.setPattern(String newPattern,
String options)
|
void |
RegularExpression.setPattern(String newPattern,
String options,
Locale locale)
|
Constructors in org.apache.xerces.impl.xpath.regex that throw ParseException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |