Uses of Class
org.apache.xerces.utils.regex.Match

Packages that use Match
org.apache.xerces.utils.regex   
 

Uses of Match in org.apache.xerces.utils.regex
 

Methods in org.apache.xerces.utils.regex with parameters of type Match
 boolean RegularExpression.matches(char[] target, Match match)
          Checks whether the target text contains this pattern or not.
 boolean RegularExpression.matches(char[] target, int start, int end, Match match)
          Checks whether the target text contains this pattern in specified range or not.
 boolean RegularExpression.matches(java.lang.String target, Match match)
          Checks whether the target text contains this pattern or not.
 boolean RegularExpression.matches(java.lang.String target, int start, int end, Match match)
          Checks whether the target text contains this pattern in specified range or not.
 boolean RegularExpression.matches(java.text.CharacterIterator target, Match match)
          Checks whether the target text contains this pattern or not.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.