Uses of Class
org.apache.xerces.impl.xpath.regex.RegularExpression

Packages that use RegularExpression
org.apache.xerces.impl.xpath.regex   
 

Uses of RegularExpression in org.apache.xerces.impl.xpath.regex
 

Methods in org.apache.xerces.impl.xpath.regex that return RegularExpression
static RegularExpression REUtil.createRegex(java.lang.String pattern, java.lang.String options)
          Creates a RegularExpression instance.