Searched defs:xPath (Results 1 – 10 of 10) sorted by relevance
60 XPath xPath = XPathFactory.newInstance().newXPath(); in getValueFromAttribute() local85 XPath xPath = XPathFactory.newInstance().newXPath(); in getValueFromTag() local
79 final XPath xPath = xPathFactory.newXPath(); in getImplementationVersion() local
12 protected void handleParse(String xPath, boolean initial) { in handleParse()
206 public String removeComment(CommentType style, String xPath) { in removeComment()590 private XPathParts addInternal(String xPath, boolean initial) { in addInternal()
2254 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList() local2267 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList() local2280 XPath xPath = factory.newXPath(); in XPathAPI_selectNodeList() local
69 XPath xPath = XPathFactory.newInstance().newXPath(); in getTestResultFilePassStatus() local
188 XPath xPath = XPathFactory.newInstance().newXPath(); in isTestPassed() local
1535 …public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath, org.hamcrest… in hasXPath()1553 …public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath, javax.xml.na… in hasXPath()1566 public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath) { in hasXPath()1581 …public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath, javax.xml.na… in hasXPath()
42 XPath xPath = XPathFactory.newInstance().newXPath(); in transform() local
342 XPathContext xPath = new XPathContext(this); in TransformerImpl() local