Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex.Match
-
Packages that use Match Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex -
-
Uses of Match in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex with parameters of type Match Modifier and Type Method Description booleanRegularExpression. matches(char[] target, int start, int end, Match match)Checks whether the target text contains this pattern in specified range or not.booleanRegularExpression. matches(char[] target, Match match)Checks whether the target text contains this pattern or not.booleanRegularExpression. matches(String target, int start, int end, Match match)Checks whether the target text contains this pattern in specified range or not.booleanRegularExpression. matches(String target, Match match)Checks whether the target text contains this pattern or not.booleanRegularExpression. matches(CharacterIterator target, Match match)Checks whether the target text contains this pattern or not.
-