Searched defs:NODE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathConstants.java78 public static final QName NODE = new QName("http://www.w3.org/1999/XSL/Transform", "NODE"); field in class:XPathConstants
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dsym.java65 public static final int NODE = 31; field in class:sym
H A DConstants.java116 public static final String NODE field in interface:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java242 NodeTest nodeTest = new NodeTest(NodeTest.NODE);
253 nodeTest = new NodeTest(NodeTest.NODE);
586 public static final short NODE = 3; field in class:XPath.NodeTest
605 /** Constructs a node test of type WILDCARD or NODE. */
656 case NODE: {

Completed in 43 milliseconds