Searched refs:NODE (Results 1 – 2 of 2) sorted by relevance
72 public static final QName NODE = new QName("http://www.w3.org/1999/XSL/Transform", "NODE"); field in XPathConstants
176 select, contextNode, XPathConstants.NODE); in createFromTest()231 return (Node) xpath.evaluate(select, inputSource, XPathConstants.NODE);