Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.regex
Class SchemaRegularExpression  view SchemaRegularExpression download SchemaRegularExpression.java

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

public class SchemaRegularExpression
extends RegularExpression


Nested Class Summary
 
Nested classes inherited from class org.apache.xmlbeans.impl.regex.RegularExpression
RegularExpression.Context
 
Field Summary
(package private) static java.util.Map knownPatterns
           
 
Fields inherited from class org.apache.xmlbeans.impl.regex.RegularExpression
CARRIAGE_RETURN, context, DEBUG, EXTENDED_COMMENT, firstChar, fixedString, fixedStringOnly, fixedStringOptions, fixedStringTable, hasBackReferences, IGNORE_CASE, LINE_FEED, LINE_SEPARATOR, minlength, MULTIPLE_LINES, nofparen, numberOfClosures, operations, options, PARAGRAPH_SEPARATOR, PROHIBIT_FIXED_STRING_OPTIMIZATION, PROHIBIT_HEAD_CHARACTER_OPTIMIZATION, regex, SINGLE_LINE, SPECIAL_COMMA, tokentree, UNICODE_WORD_BOUNDARY, USE_UNICODE_CATEGORY, XMLSCHEMA_MODE
 
Constructor Summary
private SchemaRegularExpression(java.lang.String pattern)
           
 
Method Summary
private static java.util.Map buildKnownPatternMap()
           
static RegularExpression forPattern(java.lang.String s)
           
 
Methods inherited from class org.apache.xmlbeans.impl.regex.RegularExpression
equals, equals, getNumberOfGroups, getOptions, getPattern, hashCode, matches, matches, matches, matches, matches, matches, matches, matches, matches, matches, prepare, setPattern, setPattern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

knownPatterns

static final java.util.Map knownPatterns
Constructor Detail

SchemaRegularExpression

private SchemaRegularExpression(java.lang.String pattern)
Method Detail

forPattern

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

buildKnownPatternMap

private static java.util.Map buildKnownPatternMap()