Searched refs:getNodeHandle (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java112 return returnNode(getNodeHandle(_currentNode++));
117 return returnNode(getNodeHandle(_currentNode++));
128 return returnNode(getNodeHandle(_currentNode--));
133 return returnNode(getNodeHandle(_currentNode--));
213 return getNodeHandle(_currentNode);
216 return getNodeHandle(_currentNode);
422 return (nodeID == RTF_TEXT) ? getNodeHandle(RTF_ROOT) : DTM.NULL;
581 public int getNodeHandle(final int nodeId) method in class:SimpleResultTreeImpl
734 return getNodeHandle(RTF_TEXT);
H A DDOMAdapter.java413 public int getNodeHandle(int nodeId) method in class:DOMAdapter
415 return _dom.getNodeHandle(nodeId);
H A DKeyIndex.java195 nodes.add(_enhancedDOM.getNodeHandle(ident));
225 _dom.getNodeHandle(_nodes.at(_position++)) : DTMAxisIterator.END;
H A DMultiDOM.java628 public int getNodeHandle(int nodeId) method in class:MultiDOM
630 return _main.getNodeHandle(nodeId);
H A DAdaptiveResultTreeImpl.java514 public final int getNodeHandle(final int nodeId) method in class:AdaptiveResultTreeImpl
517 return _dom.getNodeHandle(nodeId);
520 return super.getNodeHandle(nodeId);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java99 public int getNodeHandle(final int nodeId); method in interface:DOM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java356 document.getNodeHandle(
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1880 public int getNodeHandle(int nodeId) method in class:DTMDefaultBase

Completed in 61 milliseconds