Home | History | Annotate | Download | only in jaxp

Lines Matching refs:NODE

36 import org.w3c.dom.Node;
215 if ( contextItem instanceof Node ) {
216 xobj = xpath.execute (xpathSupport, (Node)contextItem,
236 * {@link XPathConstants#NODE NODE} or
247 * @param item The starting context (node or node list, for example).
305 ( returnType.equals( XPathConstants.NODE ) ) ||
331 // XPathConstants.NODE
332 if ( returnType.equals( XPathConstants.NODE ) ) {
334 //Return the first node, or null
361 * @param item The starting context (node or node list, for example).