Searched refs:xpathPattern (Results 1 – 2 of 2) sorted by relevance
135 private final Pattern xpathPattern; field in Rule.StaticRule146 this.xpathPattern = Pattern.compile(pathRegex); in StaticRule()151 return xpathPattern; in getPathPattern()
1393 for (Pattern xpathPattern : xpathPatterns) { in shouldExcludeStatus()1394 if (xpathPattern.matcher(xpath).matches()) { in shouldExcludeStatus()