Searched refs:COUNT_EQUALS (Results 1 – 1 of 1) sorted by relevance
930 static final Pattern COUNT_EQUALS = PatternCache.get("\\[@count=\"[^\"]*\"]"); field in XMLSource.ResolvingSource973 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll("[@count=\"other\"]"); in getPathLocation()976 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll(""); in getPathLocation()