Home » Xerces-J-src.2.9.1 » org.apache.xerces » impl » xpath » regex » [javadoc | source]
org.apache.xerces.impl.xpath.regex
public final class: REUtil [javadoc | source]
java.lang.Object
   org.apache.xerces.impl.xpath.regex.REUtil
Field Summary
static final  int CACHESIZE     
static final  RegularExpression[] regexCache     
Method from org.apache.xerces.impl.xpath.regex.REUtil Summary:
composeFromSurrogates,   createOptionString,   createRegex,   decomposeToSurrogates,   dumpString,   getOptionValue,   isHighSurrogate,   isLowSurrogate,   main,   matches,   matches,   parseOptions,   quoteMeta,   stripExtendedComment,   substring
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.impl.xpath.regex.REUtil Detail:
 static final int composeFromSurrogates(int high,
    int low) 
 static final String createOptionString(int options) 
 public static RegularExpression createRegex(String pattern,
    String options) throws ParseException 
    Creates a RegularExpression instance. This method caches created instances.
 static final String decomposeToSurrogates(int ch) 
 static  void dumpString(String v) 
 static final int getOptionValue(int ch) 
 static final boolean isHighSurrogate(int ch) 
 static final boolean isLowSurrogate(int ch) 
 public static  void main(String[] argv) 
    Sample entry.
    Usage: org.apache.xerces.utils.regex.REUtil <regex> <string>
 public static boolean matches(String regex,
    String target) throws ParseException 
 public static boolean matches(String regex,
    String options,
    String target) throws ParseException 
 static final int parseOptions(String opts) throws ParseException 
 public static String quoteMeta(String literal) 
 static String stripExtendedComment(String regex) 
 static final String substring(CharacterIterator iterator,
    int begin,
    int end)