|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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/docs60 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||