|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etlunit.util.regexp.SchemaMatchExpression
public final class SchemaMatchExpression
| Nested Class Summary | |
|---|---|
static interface |
SchemaMatchExpression.RegExpIterator
|
| Field Summary | |
|---|---|
Pattern |
pattern
|
static String |
PATTERN_RAW_TEXT
|
String |
pattern_text
|
| Constructor Summary | |
|---|---|
SchemaMatchExpression(CharSequence ch,
String schemaName)
|
|
| Method Summary | |
|---|---|
int |
end()
|
int |
end(int group)
|
String |
getschemaNameParameter()
|
String |
group()
|
String |
group(int i)
|
String |
group(String name)
|
int |
groupCount()
|
boolean |
hasNext()
|
static void |
main(String[] argv)
|
static SchemaMatchExpression |
match(CharSequence pText,
String schemaName)
|
boolean |
matches()
|
String |
replaceAll(SchemaMatchExpression.RegExpIterator it)
|
String |
replaceAll(String replacement)
|
SchemaMatchExpression |
resetMatch(CharSequence seq,
String schemaName)
|
int |
start()
|
int |
start(int group)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PATTERN_RAW_TEXT
public final String pattern_text
public final Pattern pattern
| Constructor Detail |
|---|
public SchemaMatchExpression(CharSequence ch,
String schemaName)
| Method Detail |
|---|
public static SchemaMatchExpression match(CharSequence pText,
String schemaName)
public int end()
public int end(int group)
public int start()
public int start(int group)
public String replaceAll(String replacement)
public String replaceAll(SchemaMatchExpression.RegExpIterator it)
public boolean matches()
public boolean hasNext()
public int groupCount()
public String group()
public String group(int i)
public SchemaMatchExpression resetMatch(CharSequence seq,
String schemaName)
public String group(String name)
public final String getschemaNameParameter()
public String toString()
toString in class Objectpublic static void main(String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||