C G M R T U

C

com.thaiopensource.datatype.xsd.regex - package com.thaiopensource.datatype.xsd.regex
 
com.thaiopensource.datatype.xsd.regex.jdk1_4 - package com.thaiopensource.datatype.xsd.regex.jdk1_4
 
compile(String) - Method in interface com.thaiopensource.datatype.xsd.regex.RegexEngine
Compiles a string containing a regular expression into a Regex object.
compile(String) - Method in class com.thaiopensource.datatype.xsd.regex.jdk1_4.RegexEngineImpl
 

G

getPosition() - Method in class com.thaiopensource.datatype.xsd.regex.RegexSyntaxException
Returns the index into the regular expression where the error was detected or UNKNOWN_POSITION if this is unknown.

M

main(String[]) - Static method in class com.thaiopensource.datatype.xsd.regex.jdk1_4.Translator
 
matches(String) - Method in interface com.thaiopensource.datatype.xsd.regex.Regex
Tests whether this regular expression matches a string.

R

Regex - interface com.thaiopensource.datatype.xsd.regex.Regex.
A regular expression that can be matched against a string.
RegexEngine - interface com.thaiopensource.datatype.xsd.regex.RegexEngine.
A provider of a regular expression matching capability.
RegexEngineImpl - class com.thaiopensource.datatype.xsd.regex.jdk1_4.RegexEngineImpl.
An implementation of RegexEngine using the JDK 1.4 java.util.regex package.
RegexEngineImpl() - Constructor for class com.thaiopensource.datatype.xsd.regex.jdk1_4.RegexEngineImpl
 
RegexSyntaxException - exception com.thaiopensource.datatype.xsd.regex.RegexSyntaxException.
Thrown when an syntactically incorrect regular expression is detected.
RegexSyntaxException(String) - Constructor for class com.thaiopensource.datatype.xsd.regex.RegexSyntaxException
 
RegexSyntaxException(String, int) - Constructor for class com.thaiopensource.datatype.xsd.regex.RegexSyntaxException
 

T

translate(String) - Static method in class com.thaiopensource.datatype.xsd.regex.jdk1_4.Translator
Translates a regular expression in the syntax of XML Schemas Part 2 into a regular expression in the syntax of java.util.regex.Pattern.
Translator - class com.thaiopensource.datatype.xsd.regex.jdk1_4.Translator.
Translates XML Schema regexes into java.util.regex regexes.

U

UNKNOWN_POSITION - Static variable in class com.thaiopensource.datatype.xsd.regex.RegexSyntaxException
Represents an unknown position within a string containing a regular expression.

C G M R T U