| java.lang.Object org.apache.xerces.impl.xpath.regex.REUtil
REUtil | final public class REUtil (Code) | | version: $Id: REUtil.java 446721 2006-09-15 20:35:34Z mrglavas $ |
CACHESIZE | final static int CACHESIZE(Code) | | |
composeFromSurrogates | final static int composeFromSurrogates(int high, int low)(Code) | | |
createOptionString | final static String createOptionString(int options)(Code) | | |
decomposeToSurrogates | final static String decomposeToSurrogates(int ch)(Code) | | |
getOptionValue | final static int getOptionValue(int ch)(Code) | | |
isHighSurrogate | final static boolean isHighSurrogate(int ch)(Code) | | |
isLowSurrogate | final static boolean isLowSurrogate(int ch)(Code) | | |
main | public static void main(String[] argv)(Code) | | Sample entry.
Usage: org.apache.xerces.utils.regex.REUtil <regex> <string>
|
|
|