Searched refs:includeself (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java63 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself); argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java217 boolean includeself) {
218 return _dom.getNthDescendant(getReverse()[type], n, includeself);
216 getNthDescendant(int type, int n, boolean includeself) argument
H A DMultiDOM.java411 boolean includeself)
413 return _adapters[getDTMId(node)].getNthDescendant(node, n, includeself);
410 getNthDescendant(int node, int n, boolean includeself) argument
H A DAdaptiveResultTreeImpl.java195 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) argument
198 return _dom.getNthDescendant(node, n, includeself);
201 return super.getNthDescendant(node, n, includeself);
H A DSimpleResultTreeImpl.java362 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) argument
H A DSAXImpl.java1552 public DTMAxisIterator getNthDescendant(int type, int n, boolean includeself) argument

Completed in 58 milliseconds