Searched refs:newXPath (Results 1 – 11 of 11) sorted by relevance
69 xpath = XPathFactory.newInstance().newXPath(); in getXPath()
79 final XPath xPath = xPathFactory.newXPath(); in getImplementationVersion()
104 public javax.xml.xpath.XPath newXPath() { in newXPath() method in XPathFactoryImpl
70 xpath = XPathFactory.newInstance().newXPath(); in before()
108 XPath xp = xpFact.newXPath(); in evaluateWithXPathFixture()
2291 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList()2304 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList()2317 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList()
2915 String newXPath = distinguishingParts.toString();2916 if (!newXPath.equals(xpath)) {2917 normalizedPathMap.put(xpath, newXPath); // store differences
98 final XPath xPath = XPathFactory.newInstance().newXPath();
54 private static final XPath XPATH_COMPILER = XPathFactory.newInstance().newXPath();
30 m_xpath = xpathFactory.newXPath(); in DomUtil()
246 XPath xpath = xpathFac.newXPath(); in inferMetadata()