Searched refs:nodeTest (Results 1 - 4 of 4) 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/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java280 XPath.NodeTest nodeTest = step.nodeTest;
284 if (nodeTest.type == XPath.NodeTest.QNAME) {
285 if (!nodeTest.name.equals(element)) {
320 XPath.NodeTest nodeTest = steps[fCurrentStep[i]].nodeTest;
324 if (nodeTest.type != XPath.NodeTest.QNAME ||
325 nodeTest.name.equals(fQName)) {
/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...]
/openjdk7/jdk/test/java/util/UUID/
H A DUUIDTest.java44 nodeTest();
202 private static void nodeTest() throws Exception { method in class:UUIDTest

Completed in 34 milliseconds