Home | History | Annotate | Download | only in jaxp

Lines Matching refs:NODE

38 import org.w3c.dom.Node;
121 Node contextNode = (Node)contextItem;
124 // dummy Document as Context Node
152 * @param item The starting context (node or node list, for example).
219 * @param item The starting context (node or node list, for example).
333 ( returnType.equals( XPathConstants.NODE ) ) ||
359 // XPathConstants.NODE
360 if ( returnType.equals( XPathConstants.NODE ) ) {
362 //Return the first node, or null