Package org.apache.xmlbeans.impl.regex
Class SchemaRegularExpression
- java.lang.Object
-
- org.apache.xmlbeans.impl.regex.RegularExpression
-
- org.apache.xmlbeans.impl.regex.SchemaRegularExpression
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaRegularExpression extends RegularExpression
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
forPattern
public static RegularExpression forPattern(java.lang.String s)
-
-