BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.utils.regex.ParseException

Packages that use ParseException
weblogic.apache.xerces.utils.regex   
 

Uses of ParseException in weblogic.apache.xerces.utils.regex
 

Methods in weblogic.apache.xerces.utils.regex that throw ParseException
static RegularExpression REUtil.createRegex(java.lang.String pattern, java.lang.String options)
          Creates a RegularExpression instance.
static boolean REUtil.matches(java.lang.String regex, java.lang.String target)
           
static boolean REUtil.matches(java.lang.String regex, java.lang.String options, java.lang.String target)
           
 void RegularExpression.setPattern(java.lang.String newPattern)
           
 void RegularExpression.setPattern(java.lang.String newPattern, java.lang.String options)
           
 

Constructors in weblogic.apache.xerces.utils.regex that throw ParseException
RegularExpression.RegularExpression(java.lang.String regex)
          Creates a new RegularExpression instance.
RegularExpression.RegularExpression(java.lang.String regex, java.lang.String options)
          Creates a new RegularExpression instance with options.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.