Searched defs:RegularExpression (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java40 * RegularExpression re = new RegularExpression(<var>regex</var>);
47 * RegularExpression re = new RegularExpression(<var>regex</var>);
58 * RegularExpression re = new RegularExpression(<var>regex</var>, "i");
63 * <p>You can specify options to <a href="#RegularExpression(java.lang.String, java.lang.String)"><code>RegularExpression(</code><var>regex</var><code>, </code><var>options</var><code>)</code></a>
489 * @version $Id: RegularExpression.java,v 1.9 2010/07/27 05:02:34 joehw Exp $
491 public class RegularExpression implement class in inherits:java.io.Serializable
2243 public RegularExpression(String regex) throws ParseException { method in class:RegularExpression
2254 public RegularExpression(String regex, String options) throws ParseException { method in class:RegularExpression
2265 public RegularExpression(String regex, String options, Locale locale) throws ParseException { method in class:RegularExpression
2269 RegularExpression(String regex, Token tok, int parens, boolean hasBackReferences, int options) { method in class:RegularExpression
[all...]

Completed in 333 milliseconds