BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

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

Methods in weblogic.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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.