org.apache.xmlbeans.impl.regex
Class SchemaRegularExpression

java.lang.Object
  extended by org.apache.xmlbeans.impl.regex.RegularExpression
      extended by org.apache.xmlbeans.impl.regex.SchemaRegularExpression
All Implemented Interfaces:
java.io.Serializable

public class SchemaRegularExpression
extends RegularExpression

See Also:
Serialized Form

Method Summary
static RegularExpression forPattern(java.lang.String s)
           
 
Methods inherited from class org.apache.xmlbeans.impl.regex.RegularExpression
equals, getNumberOfGroups, getOptions, getPattern, hashCode, matches, matches, matches, matches, matches, matches, matches, matches, matches, matches, setPattern, setPattern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forPattern

public static RegularExpression forPattern(java.lang.String s)