02/28/2005
 

com.epicentric.common
Class StringMatcher

java.lang.Object
  |
  +--com.epicentric.common.StringMatcher

Deprecated. as of version 4.5, to be removed in 8.0 or later. No replacement. Recommendation: use regular expressions, XSLT, or other parsing technology instead of this class.

public class StringMatcher
extends Object


Constructor Summary
StringMatcher(String input, String begins_after, String must_not_contain, String ends_before)
          Deprecated.  
StringMatcher(String input, String begins_after, String must_not_contain, String ends_before, boolean ignore_case)
          Deprecated.  
StringMatcher(String input, String start_after, String stop_before, String begins_after, String must_not_contain, String ends_before)
          Deprecated.  
StringMatcher(String input, String start_after, String stop_before, String begins_after, String must_not_contain, String ends_before, boolean ignore_case)
          Deprecated.  
StringMatcher(String input, String start_after, String stop_before, String begins_after, String begins_with, String must_not_contain, String ends_with, String ends_before, boolean ignore_case)
          Deprecated.  
 
Method Summary
 boolean beginNotSpecified()
          Deprecated.  
 boolean endNotSpecified()
          Deprecated.  
 int getCurrentOffset()
          Deprecated.  
 int getMatchEnd()
          Deprecated.  
 int getMatchStart()
          Deprecated.  
 String getResult()
          Deprecated.  
 boolean matches()
          Deprecated.  
static String matchString(String input, String begins_after, String must_not_contain, String ends_before)
          Deprecated.  
 boolean noConditionsSpecified()
          Deprecated.  
 void reset()
          Deprecated.  
 void setCurrentOffset(int pos)
          Deprecated.  
 void skipLastMatch()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMatcher

public StringMatcher(String input,
                     String begins_after,
                     String must_not_contain,
                     String ends_before)
Deprecated. 

StringMatcher

public StringMatcher(String input,
                     String start_after,
                     String stop_before,
                     String begins_after,
                     String must_not_contain,
                     String ends_before)
Deprecated. 

StringMatcher

public StringMatcher(String input,
                     String begins_after,
                     String must_not_contain,
                     String ends_before,
                     boolean ignore_case)
Deprecated. 

StringMatcher

public StringMatcher(String input,
                     String start_after,
                     String stop_before,
                     String begins_after,
                     String must_not_contain,
                     String ends_before,
                     boolean ignore_case)
Deprecated. 

StringMatcher

public StringMatcher(String input,
                     String start_after,
                     String stop_before,
                     String begins_after,
                     String begins_with,
                     String must_not_contain,
                     String ends_with,
                     String ends_before,
                     boolean ignore_case)
Deprecated. 
Method Detail

reset

public void reset()
Deprecated. 

matches

public boolean matches()
Deprecated. 

getResult

public String getResult()
Deprecated. 

getMatchStart

public int getMatchStart()
Deprecated. 

getMatchEnd

public int getMatchEnd()
Deprecated. 

getCurrentOffset

public int getCurrentOffset()
Deprecated. 

setCurrentOffset

public void setCurrentOffset(int pos)
Deprecated. 

skipLastMatch

public void skipLastMatch()
Deprecated. 

beginNotSpecified

public boolean beginNotSpecified()
Deprecated. 

endNotSpecified

public boolean endNotSpecified()
Deprecated. 

noConditionsSpecified

public boolean noConditionsSpecified()
Deprecated. 

matchString

public static String matchString(String input,
                                 String begins_after,
                                 String must_not_contain,
                                 String ends_before)
Deprecated. 

02/28/2005
 

Copyright and Trademark Notices