Searched refs:xPath (Results 1 – 2 of 2) sorted by relevance
50 final XPath xPath = xPathFactory.newXPath(); in getTestBundlesNames() local53 xPathExpression = xPath.compile("/project/parent/version"); in getTestBundlesNames()
342 XPathContext xPath = new XPathContext(this); in TransformerImpl() local343 xPath.setIncremental(m_incremental); in TransformerImpl()344 xPath.getDTMManager().setIncremental(m_incremental); in TransformerImpl()345 xPath.setSource_location(m_source_location); in TransformerImpl()346 xPath.getDTMManager().setSource_location(m_source_location); in TransformerImpl()349 xPath.setSecureProcessing(true); in TransformerImpl()351 setXPathContext(xPath); in TransformerImpl()