java.lang.Object
org.apache.jena.ext.xerces.impl.xpath.regex.BMPattern
Boyer-Moore searcher.
@xerces.internal
- Version:
- $Id: BMPattern.java 572108 2007-09-02 18:48:31Z mrglavas $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
matches
(char[] chars, int start, int limit) int
int
matches
(CharacterIterator iterator, int start, int limit)
-
Constructor Details
-
BMPattern
-
BMPattern
-
-
Method Details
-
matches
- Returns:
- -1 if iterator does not contain this pattern.
-
matches
- Returns:
- -1 if str does not contain this pattern.
-
matches
public int matches(char[] chars, int start, int limit) - Returns:
- -1 if chars does not contain this pattern.
-