Uses of Class
org.enhydra.apache.xerces.utils.regex.RegularExpression

Packages that use RegularExpression
org.enhydra.apache.xerces.utils.regex   
org.enhydra.apache.xerces.validators.datatype   
 

Uses of RegularExpression in org.enhydra.apache.xerces.utils.regex
 

Fields in org.enhydra.apache.xerces.utils.regex declared as RegularExpression
(package private) static RegularExpression[] REUtil.regexCache
           
 

Methods in org.enhydra.apache.xerces.utils.regex that return RegularExpression
static RegularExpression REUtil.createRegex(String pattern, String options)
          Creates a RegularExpression instance.
 

Uses of RegularExpression in org.enhydra.apache.xerces.validators.datatype
 

Fields in org.enhydra.apache.xerces.validators.datatype declared as RegularExpression
protected  RegularExpression AbstractDatatypeValidator.fRegex
           
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.