|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Match | |
---|---|
org.apache.xerces.impl.xpath.regex |
Uses of Match in org.apache.xerces.impl.xpath.regex |
---|
Methods in org.apache.xerces.impl.xpath.regex with parameters of type Match | |
---|---|
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(char[] target,
Match match)
Checks whether the target text contains this pattern or not. |
boolean |
RegularExpression.matches(java.text.CharacterIterator 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.lang.String target,
Match match)
Checks whether the target text contains this pattern or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |