|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |