Uses of Interface
com.thaiopensource.datatype.xsd.regex.Regex

Packages that use Regex
com.thaiopensource.datatype.xsd   
com.thaiopensource.datatype.xsd.regex   
com.thaiopensource.datatype.xsd.regex.jdk1_4   
com.thaiopensource.datatype.xsd.regex.test   
com.thaiopensource.datatype.xsd.regex.xerces2   
 

Uses of Regex in com.thaiopensource.datatype.xsd
 

Fields in com.thaiopensource.datatype.xsd declared as Regex
private  Regex PatternRestrictDatatype.pattern
           
private  Regex RegexDatatype.regex
           
 

Constructors in com.thaiopensource.datatype.xsd with parameters of type Regex
PatternRestrictDatatype(DatatypeBase base, Regex pattern)
           
 

Uses of Regex in com.thaiopensource.datatype.xsd.regex
 

Methods in com.thaiopensource.datatype.xsd.regex that return Regex
 Regex RegexEngine.compile(String str)
          Compiles a string containing a regular expression into a Regex object.
 

Uses of Regex in com.thaiopensource.datatype.xsd.regex.jdk1_4
 

Methods in com.thaiopensource.datatype.xsd.regex.jdk1_4 that return Regex
 Regex RegexEngineImpl.compile(String str)
           
 

Uses of Regex in com.thaiopensource.datatype.xsd.regex.test
 

Fields in com.thaiopensource.datatype.xsd.regex.test declared as Regex
private  Regex[] CategoryTest.categoryNegRegexes
           
private  Regex[] CategoryTest.categoryPosRegexes
           
private  Regex TestDriver.regex
           
private  Regex[] CategoryTest.subCategoryNegRegexes
           
private  Regex[] CategoryTest.subCategoryPosRegexes
           
 

Methods in com.thaiopensource.datatype.xsd.regex.test with parameters of type Regex
(package private)  void CategoryTest.check(int ch, Regex pos, Regex neg, boolean inPos, String cat)
           
 

Uses of Regex in com.thaiopensource.datatype.xsd.regex.xerces2
 

Methods in com.thaiopensource.datatype.xsd.regex.xerces2 that return Regex
 Regex RegexEngineImpl.compile(String expr)