Searched defs:getNodeHandle (Results 1 - 6 of 6) sorted by relevance

/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/dom/
H A DDOMAdapter.java413 public int getNodeHandle(int nodeId) method in class:DOMAdapter
415 return _dom.getNodeHandle(nodeId);
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);
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);
/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 1038 milliseconds