org.etlunit.util.regexp
Class SchemaMatchExpression

java.lang.Object
  extended by org.etlunit.util.regexp.SchemaMatchExpression

public final class SchemaMatchExpression
extends Object


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

PATTERN_RAW_TEXT

public static final String PATTERN_RAW_TEXT
See Also:
Constant Field Values

pattern_text

public final String pattern_text

pattern

public final Pattern pattern
Constructor Detail

SchemaMatchExpression

public SchemaMatchExpression(CharSequence ch,
                             String schemaName)
Method Detail

match

public static SchemaMatchExpression match(CharSequence pText,
                                          String schemaName)

end

public int end()

end

public int end(int group)

start

public int start()

start

public int start(int group)

replaceAll

public String replaceAll(String replacement)

replaceAll

public String replaceAll(SchemaMatchExpression.RegExpIterator it)

matches

public boolean matches()

hasNext

public boolean hasNext()

groupCount

public int groupCount()

group

public String group()

group

public String group(int i)

resetMatch

public SchemaMatchExpression resetMatch(CharSequence seq,
                                        String schemaName)

group

public String group(String name)

getschemaNameParameter

public final String getschemaNameParameter()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] argv)


Copyright © 2012. All Rights Reserved.