Searched defs:nodeTest (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DNodeTestFilter.java37 * @param nodeTest Reference to a NodeTest that may be used to predetermine
40 void setNodeTest(NodeTest nodeTest); argument
/openjdk7/jdk/test/java/util/UUID/
H A DUUIDTest.java44 nodeTest();
202 private static void nodeTest() throws Exception { method in class:UUIDTest
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java242 NodeTest nodeTest = new NodeTest(NodeTest.NODE);
243 Step step = new Step(axis, nodeTest);
253 nodeTest = new NodeTest(NodeTest.NODE);
254 step = new Step(axis, nodeTest);
450 public NodeTest nodeTest; field in class:XPath.Step
457 public Step(Axis axis, NodeTest nodeTest) { argument
459 this.nodeTest = nodeTest;
465 nodeTest = (NodeTest)step.nodeTest
622 NodeTest(NodeTest nodeTest) argument
[all...]

Completed in 1426 milliseconds