Searched refs:XPATH_COMPILER (Results 1 – 1 of 1) sorted by relevance
54 private static final XPath XPATH_COMPILER = XPathFactory.newInstance().newXPath(); field in ByXPath76 xPathExpression = XPATH_COMPILER.compile(xPathString); in ByXPath()